From b2aaf8f173e56cb11bf9a6090dfcda4fc956074c Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 9 Dec 2008 15:39:00 +0100 Subject: basic overridable implementation of commandline argument parsing --- unofficial/modules/dieter/procedures/automatic | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'unofficial/modules') diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic index 809a8ab..9a093fa 100644 --- a/unofficial/modules/dieter/procedures/automatic +++ b/unofficial/modules/dieter/procedures/automatic @@ -5,6 +5,7 @@ depend_procedure core base var_RUNTIME_PACKAGES="svn" phase_preparation=(\ + configure \ intro \ msg_manual \ runtime_network \ @@ -23,6 +24,12 @@ worker_intro () } +worker_configure () +{ + var_UI_TYPE=${arg_ui_type:-cli} +} + + worker_msg_manual () { # All things that need to be done manually first -- cgit v1.2.3-54-g00ecf