From fc3809dec26d21eb18a568b9ec018ed0f042f901 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 10 Nov 2008 18:27:57 +0100 Subject: several small stupid thingies --- src/core/procedures/interactive | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/core/procedures/interactive') diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 65a4b28..8142b4e 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -95,7 +95,7 @@ mainmenu() "3") execute worker package_list && S_SELECT=1 ;; "4") - execute worker install_packages && S_INSTALL=1 && { execute worker auto_fstab; execute worker auto_network; execute worker auto_locale; } ;; + execute worker install_packages && S_INSTALL=1 && { execute worker auto_fstab; execute worker auto_network; execute worker auto_locale; } ;; #TODO: next item is again install packages "5") execute worker configure_system && S_CONFIG=1 && { execute worker mkinitcpio; execute worker locales; } ;; "6") @@ -104,11 +104,9 @@ mainmenu() "None" "\Zb\Z1Warning\Z0\ZB: you must install your own bootloader!" execute worker install_bootloader "$ANSWER_OPTION";; "7") - notify "If the install finished successfully, you can now type 'reboot' to restart the system." - stop_installer ;; + notify "If the install finished successfully, you can now type 'reboot' to restart the system." && stop_installer ;; *) - ask_yesno "Abort Installation?" && stop_installer - ;; + ask_yesno "Abort Installation?" && stop_installer ;; esac } -- cgit v1.2.3-54-g00ecf