diff --git a/scripts/config_calaos-boot b/scripts/config_calaos-boot index 6835730..e03c955 100755 --- a/scripts/config_calaos-boot +++ b/scripts/config_calaos-boot @@ -165,11 +165,7 @@ then disk=$(cat "$tmp_file") ;; *) - color "${GREEN}" "Installing Calaos-OS on $retvalue..." - echo - sleep 2 - - calaos_install "$retvalue" + disk="" ;; esac @@ -190,6 +186,7 @@ then sleep 2 calaos_install "$disk" + reboot ;; esac ;;