summaryrefslogtreecommitdiff
path: root/src/core/libs
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-28 22:27:42 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-28 22:27:42 +0100
commitd25f9a872da77c1916705ff711c2932e8a0ec0ef (patch)
treee515bb54c964920d34f98289962543bac8c65981 /src/core/libs
parent12d132e871814486a82ce07d5cff7e4cd502c6b7 (diff)
Make auto_network worker part of prefill_configs()
Make prefill_configs invoke auto_network worker, this makes more sense, and the separate procedures don't need to worry about it anymore.
Diffstat (limited to 'src/core/libs')
-rw-r--r--src/core/libs/lib-ui-interactive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index ae877ad..93e5bae 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -20,6 +20,7 @@ check_depend ()
# all logic in here is written to do the right thing in that case
prefill_configs () {
target_configure_fstab || return $?
+ execute worker auto_network || return $?
# /etc/pacman.d/mirrorlist
# add installer-selected mirror to the top of the mirrorlist, unless it's already at the top. previously added mirrors are kept (a bit lower), you never know..
if [ "$var_PKG_SOURCE_TYPE" = "net" -a -n "${var_SYNC_URL}" ]; then