summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-18 10:48:42 -0500
committerChris Lumens <clumens@redhat.com>2008-01-18 10:48:42 -0500
commita866db69eaf5a9f7165b1d907dfa1b246b718742 (patch)
tree96fafb2693aec208ee68683359c02fa43c7fd066 /dispatch.py
parent43aefdc092d9e363c03d22599244ad8f023ad2b4 (diff)
downloadanaconda-a866db69eaf5a9f7165b1d907dfa1b246b718742.tar.gz
anaconda-a866db69eaf5a9f7165b1d907dfa1b246b718742.tar.xz
anaconda-a866db69eaf5a9f7165b1d907dfa1b246b718742.zip
Move more interactive steps ahead of partitioning.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/dispatch.py b/dispatch.py
index 6aa335232..84d1eee0e 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -75,6 +75,10 @@ installSteps = [
("regkey", regKeyScreen, ),
("findrootparts", findRootParts, ),
("findinstall", ),
+ ("networkdevicecheck", networkDeviceCheck, ),
+ ("network", ),
+ ("timezone", ),
+ ("accounts", ),
("partitionobjinit", partitionObjectsInitialize, ),
("parttype", ),
("autopartitionexecute", doAutoPartition, ),
@@ -93,10 +97,6 @@ installSteps = [
("bootloadersetup", bootloaderSetupChoices, ),
("bootloader", ),
("bootloaderadvanced", ),
- ("networkdevicecheck", networkDeviceCheck, ),
- ("network", ),
- ("timezone", ),
- ("accounts", ),
("reposetup", doRepoSetup, ),
("basepkgsel", doBasePackageSelect, ),
("tasksel", ),