diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-10-31 17:00:41 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-10-31 17:00:41 +0100 |
commit | ba9b80f15ad31509840926f7568ddfc57921ad60 (patch) | |
tree | aed6c2575cfbea7974a1fc59609a2f62e166c391 /TODO | |
parent | 5356859d1b9a8155007d2f79a880b8ac5ba8a15e (diff) |
lots of changes related to making the choice of the UI between cli and dialog fully transparant. this is a work in progress
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ -* global variable that says if we're in cli or dialog mode, check that in - all functions and act accordingly +* process and fix libraries +* fix to use $var_UI_TYPE where needed +* write the ui functions for asking questions etc for both cli and dialog, +and port all code to use it. * instead of using the 'base' profile and letting other profiles override, we should have even more flexibilty to take parts from different profiles. * fix crossconcerns: some procedures could be about _what_ (desktop,server), @@ -7,4 +9,4 @@ 'mode' ?) * make some sensible default profiles (eg desktop, server, ...) * make it work -* someday.. make a script '/arch/setup' that calls '/arch/fifa.sh interactive'
\ No newline at end of file +* someday.. make a script '/arch/setup' that calls '/arch/fifa.sh interactive' |