blob: 6352cdb2f9368be831bde105bc9fd6525aa7ef26 (
plain)
1
2
3
4
5
6
7
8
9
10
|
* global variable that says if we're in cli or dialog mode, check that in
all functions and act accordingly
* 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),
others are about _how_ (autodetection, asking user,...) (profile vs...
'mode' ?)
* make some sensible default profiles (eg desktop, server, ...)
* make it work
* someday.. make a script '/arch/setup' that calls '/arch/fifa.sh interactive'
|