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-378ad31fedc9remotes/github/debian-pkg
parent
66d40b0a13
commit
b41b30ce0f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue