summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-23 19:32:35 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-23 19:32:35 +0200
commitc0b16a498cae06666e61d6913fe3c402b77a3242 (patch)
tree209506563d8e4f637e1153b9cc744120f0a79da7 /src/core/procedures
parent402c82ba540388593371271733bd3565a702d6ff (diff)
rename FTP install to NET install (FS#14587)
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/base2
-rw-r--r--src/core/procedures/interactive2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index 1c5156d..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
}
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 3cd535e..61fe90e 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -64,7 +64,7 @@ mainmenu()
"8" "Exit Install"
case $ANSWER_OPTION in
"1")
- execute worker select_source; ret=$?; [ $ret -eq 0 -a "$var_PKG_SOURCE_TYPE" = ftp ] && execute worker select_source_extras_menu
+ execute worker select_source; ret=$?; [ $ret -eq 0 -a "$var_PKG_SOURCE_TYPE" = net ] && execute worker select_source_extras_menu
[ $ret -eq 0 ] && execute worker runtime_packages && NEXTITEM=2 ;;
"2")