From fc9c98d9c348daa0f082fa59f47516993a70d794 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 18 Dec 2008 19:33:16 +0100 Subject: network + svn fixes --- unofficial/modules/dieter/procedures/automatic | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unofficial') diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic index 3907fa2..2887e1d 100644 --- a/unofficial/modules/dieter/procedures/automatic +++ b/unofficial/modules/dieter/procedures/automatic @@ -48,10 +48,9 @@ worker_runtime_network () { if ask_yesno "Do you want to (re)-configure your networking?" then - #TODO: which function do i need here? - donetwork #configure network by using library + interactive_runtime_network else - notify "Ok. skipping network config" + infofy "Ok. skipping network config" fi } @@ -62,7 +61,8 @@ worker_runtime_svn () ask_password svn #TODO: if user entered incorrect password, the install process will just fail.. SVN="svn --username $SVN_USERNAME --password $SVN_PASSWORD" SVN_BASE=https://192.168.1.2/svn/repos - TARGET_HOST=desktop-a7n8x #TODO: prompt user for this, or let him pass it as cmdline argument (and check with svn info) + ask_string "Which host are you installing?" desktop-a7nx8 + TARGET_HOST=$ANSWER_STRING #TODO: allow passing cmdline argument (and check with svn info). handle -z $ANSWER_STRING _accept_ssl_cert } -- cgit v1.2.2