diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-10-31 11:01:52 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-10-31 11:01:52 +0100 |
commit | f2301e8bb96cc40bebf398a52a18b500e1e4ab69 (patch) | |
tree | a5653635d3e9d62f19c0d422fda372f95a186aff | |
parent | 71b683809c2c36a34476f4292cd578a27a0fbad5 (diff) |
networking usually not necessary anymore. just ask user
-rw-r--r-- | src/profiles/profile-dieter | 10 |
1 files changed, 9 insertions, 1 deletions
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: " |