summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorpyther@pyther.net <pyther@pyther.net>2011-01-02 13:16:53 -0500
committerDieter Plaetinck <dieter@plaetinck.be>2011-01-02 19:30:15 +0100
commit0a5c3d98148becd45707d011900d83dc1d94c0cf (patch)
tree1d7718d6c0038ff027a0472b4c7e38f787bf0d66 /src/core/procedures/base
parent270e5760ad2495ba4e245840335ec5d1e05cbd1e (diff)
Call target_configure_network directly instead of worker_auto_network.
Will call target_configure_network instead of worker_auto_network in preconfigure_target. Calling worker_auto_network during worker_configure_system caused worker_configure_system to never set a return code. Calling target_configure_network follows the same format as other methods in preconfigure_target() worker_auto_network has been removed since no other function calls it. Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index b6f0ea4..ab95cea 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -142,17 +142,6 @@ worker_install_packages ()
installpkg
}
-
-worker_auto_network ()
-{
- if [ -f $RUNTIME_DIR/aif-network-settings ]
- then
- target_configure_network || return $?
- fi
- return 0
-}
-
-
worker_configure_system ()
{
preconfigure_target