From f2301e8bb96cc40bebf398a52a18b500e1e4ab69 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 31 Oct 2008 11:01:52 +0100 Subject: networking usually not necessary anymore. just ask user --- src/profiles/profile-dieter | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/profiles/profile-dieter b/src/profiles/profile-dieter index 01caaeb..afae36d 100644 --- a/src/profiles/profile-dieter +++ b/src/profiles/profile-dieter @@ -4,7 +4,15 @@ var_RUNTIME_PACKAGES="svn" phase_preparation () { # All things that need to be done manually first - donetwork #configure network by using lib-archboot function. + echo "A few manual things need to happen first..." + echo -n "Do you want to (re)-configure your networking? (y/*)" + read answer + if [ "$answer" = y ] + then + donetwork #configure network by using lib-archboot function. + else + echo "Ok. skipping network config" + fi SVN_USERNAME=dieter stty -echo echo -n "Enter your svn password: " -- cgit v1.2.3-54-g00ecf