]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Daily checkin.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Jun 2009 17:36:37 +0000 (19:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 18:28:07 +0000 (20:28 +0200)
src/pomona/dispatch.py

index 4bf132601d806c1326a5899720591bf2793c3791..26c404fc96addb84825a292a2a65ff94d891f9f9 100644 (file)
@@ -7,16 +7,16 @@ from constants import *
 from windows import *
 
 installSteps = [
-                #("welcome",       welcomeWindow,),
-                #("experimental",  experimentalWindow,),
-                #("console",       [ "LanguageWindow", "KeyboardWindow",]),
+                ("welcome",       welcomeWindow,),
+                ("experimental",  experimentalWindow,),
+                ("console",       [ "LanguageWindow", "KeyboardWindow",]),
                 ("storage",       storageInitialize,),
                 ("partmethod",    partmethodWindow,),
-                #("autopartition", autopartitionWindow,),
+                ("autopartition", autopartitionWindow,),
                 #("autopartitionexecute", doAutoPartition,),
                 ("partition",     [ "PartitionWindow",]),
-                #("bootloader",    bootloaderWindow,),
-                #("complete",      finishedWindow,),
+                ("bootloader",    bootloaderWindow,),
+                ("complete",      finishedWindow,),
                ]