From: Michael Tremer Date: Sun, 21 Jun 2009 17:36:37 +0000 (+0200) Subject: Daily checkin. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11269fb78874d4e512e08d6e366b1d80e6afdc14;p=ipfire-3.x.git Daily checkin. --- diff --git a/src/pomona/dispatch.py b/src/pomona/dispatch.py index 4bf132601..26c404fc9 100644 --- a/src/pomona/dispatch.py +++ b/src/pomona/dispatch.py @@ -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,), ]