diff options
Diffstat (limited to 'admin/WebConsole')
-rw-r--r-- | admin/WebConsole/asistentes/jscripts/asistentes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/asistentes/jscripts/asistentes.js b/admin/WebConsole/asistentes/jscripts/asistentes.js index 8f521e44..ccfcd0cc 100644 --- a/admin/WebConsole/asistentes/jscripts/asistentes.js +++ b/admin/WebConsole/asistentes/jscripts/asistentes.js @@ -298,7 +298,7 @@ if [ $EVAL -eq 0 ]; then \n \ ogSetPartitionActive "+n_disk+" 1 \n \ ogEcho log session \"[90] $MSG_HELP_ogListPartitions "+n_disk+"\"\n \ ogUpdatePartitionTable "+n_disk+" \n \ - ms-sys /dev/sda | grep unknow && ms-sys /dev/sda \n \ + ogGetBootMbr "+n_disk+" | grep unknow && ogBootMbrGeneric "+n_disk+" \n \ ogExecAndLog command session log ogListPartitions "+n_disk+" \n\ "+ swapCode +"\ if ogFindCache &>/dev/null; then \n\ @@ -403,7 +403,7 @@ if [ $EVAL -eq 0 ]; then \n \ ogSetPartitionActive "+n_disk+" 1 \n \ ogEcho log session \"[90] $MSG_HELP_ogListPartitions "+n_disk+"\"\n \ ogUpdatePartitionTable "+n_disk+" \n \ - ms-sys /dev/sda | grep unknow && ms-sys /dev/sda \n \ + ogGetBootMbr "+n_disk+" | grep -e unknow -e zeroed && ogBootMbrGeneric "+n_disk+" \n \ ogExecAndLog command session log ogListPartitions "+n_disk+" \n \ if ogFindCache &>/dev/null; then \n\ ogMountCache || ogFormatCache \n\ |