Versión 1.0.2: corregir pequeña errata al componer el código de particionado (modifica #434)

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2284 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2011-08-11 10:25:46 +00:00
parent 66d40b0a13
commit b41b30ce0f
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function codeParticionado (form) {
form.codigo.value="\
" + cacheCode + " \n \
ogListPartitions 1 \n \
ogCreatePartitions 1 " + partCode " \n \
ogCreatePartitions 1 " + partCode + " \n \
ogSetPartitionActive 1 1 \n \
ogUpdatePartitionTable 1 \n \
ogListPartitions 1 \n";