summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index 7d56b09..fb7a60f 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -69,7 +69,7 @@ worker_select_source ()
var_PKG_SOURCE_TYPE='cd'
var_FILE_URL="file:///src/core/pkg"
var_SYNC_URL= # optional, points to a repository string something like ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686 (eg the same format as what you find in /etc/pacman.conf)
- # if you override to use ftp (or ask user and he chooses ftp) don't forget to configure the network and to select_mirrors
+ # if you override var_PKG_SOURCE_TYPE to 'net' (or ask user and he chooses ftp) don't forget to configure the network and to select_mirrors
}
@@ -115,7 +115,7 @@ worker_set_clock ()
ask_option $default "Date/time configuration" '' required \
"1" "Select region and timezone" \
"2" "Set time and date" \
- "3" "Return to Main Menu"
+ "3" "Return to Main Menu" || return 1
[ "$ANSWER_OPTION" = 1 ] && execute worker interactive_timezone && NEXTITEM=2
[ "$ANSWER_OPTION" = 2 ] && check_depend worker interactive_timezone && execute worker interactive_time && NEXTITEM=3
[ "$ANSWER_OPTION" = 3 ] && break