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,),
]