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/base9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index cf37483..099beeb 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -68,19 +68,12 @@ 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 var_PKG_SOURCE_TYPE to 'net' (or ask user and he chooses ftp) don't forget to configure the network and to select_mirrors
-}
-
-
-worker_select_source_extras_menu ()
-{
- select_source_extras_menu
}
worker_runtime_network ()
{
- #network is assumed to be functional for now because we do it first with /arch/setup. once that falls away, we'll need to implement it here
+ #override if needed
true
}