From aef35cac61774c147e1324220b8647f2af74b13b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 3 Nov 2008 00:10:20 +0100 Subject: decoupling of flow control and interactive UI code from interactive installer + some fixes and todo updates --- dieter/procedures/automatic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dieter/procedures/automatic') diff --git a/dieter/procedures/automatic b/dieter/procedures/automatic index 4171467..9bea7a6 100644 --- a/dieter/procedures/automatic +++ b/dieter/procedures/automatic @@ -15,10 +15,10 @@ phase_preparation () notify "Ok. skipping network config" fi SVN_USERNAME=dieter - ask_password 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=mbp-santa-rosa #TODO: prompt user for this, or let him pass it as cmdline argument + TARGET_HOST=mbp-santa-rosa #TODO: prompt user for this, or let him pass it as cmdline argument (and check with svn info) _accept_ssl_cert notify "**** From now on. everything will be automatic. Enjoy the show!" # not true: you need pass for dm_crypt -- cgit v1.2.3-54-g00ecf