From 0111fdd1d6dbf6c988eb9a742f4934ead887d2d6 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 20 Dec 2008 15:27:25 +0100 Subject: probably its better to only use svn after we installed it --- src/core/procedures/automatic | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/core/procedures') diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic index e2e4b00..3f02832 100644 --- a/src/core/procedures/automatic +++ b/src/core/procedures/automatic @@ -13,7 +13,7 @@ var_ARGS_USAGE="-c : Specify a configfile (profile) to be used (optional phase_preparation+=(runtime_settings) phase_preparation+=(msg_automatic) # this can happen probably a bit earlier.. - +phase_preparation+=(fetch_configs) process_args () { if [ "$1" = '-c' ] @@ -52,6 +52,12 @@ worker_msg_automatic () } +worker_fetch_configs () +{ + true +} + + worker_runtime_network () { if ask_yesno "Do you want to (re)-configure your networking?" -- cgit v1.2.3-54-g00ecf