summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-01 22:36:28 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-01 22:36:28 +0100
commit43689224c1db3a4a23440d364fb4be557590b75e (patch)
tree0d9c0ab02a1bc6d1994e64b98e54f13834adb443 /README
parentac721259361f73dfc5bf710838514c8701fb6357 (diff)
abstracted the phase launching so now its easier to port the classic installer
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index fbc3d25..3d4bed5 100644
--- a/README
+++ b/README
@@ -54,3 +54,4 @@ Notes:
overriding things of these 3 classes
- you _must_ specify a profile, to avoid errors. take 'base' if unsure
- don't edit the base profile (or any other that comes by default), rather make your own. It's easy!
+ - The phases are started by the start_process function. You can also override this function to take flow control in your own hands (eg iterative, menu-based installer)