summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-21 21:24:40 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-21 21:24:40 +0000
commit8842f3f725af9dbfc41ce884da520f97a53d2a4f (patch)
tree64bc5c3ff1da2da1910f4b5dfe7254810448b685 /installclass.py
parenta0908acbe832d7f76be25fe3fdd1288f25464d36 (diff)
downloadanaconda-8842f3f725af9dbfc41ce884da520f97a53d2a4f.tar.gz
anaconda-8842f3f725af9dbfc41ce884da520f97a53d2a4f.tar.xz
anaconda-8842f3f725af9dbfc41ce884da520f97a53d2a4f.zip
land boot loader changes to use booty backend infrastructure and switch
over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index 1e7065fb1..6fe078467 100644
--- a/installclass.py
+++ b/installclass.py
@@ -82,7 +82,7 @@ class BaseInstallClass:
"partitiondone",
"bootloadersetup",
"bootloader",
- "bootloaderpassword",
+ "bootloaderadvanced",
"networkdevicecheck",
"network",
"firewall",
@@ -118,7 +118,7 @@ class BaseInstallClass:
if iutil.getArch() == "alpha" or iutil.getArch() == "ia64":
dispatch.skipStep("bootdisk")
dispatch.skipStep("bootloader")
- dispatch.skipStep("bootloaderpassword")
+ dispatch.skipStep("bootloaderadvanced")
dispatch.skipStep("fdasd", permanent = 1)
elif iutil.getArch() == "s390" or iutil.getArch() == "s390x":
#dispatch.skipStep("language")
@@ -129,7 +129,6 @@ class BaseInstallClass:
dispatch.skipStep("autopartition", permanent = 1)
dispatch.skipStep("autopartitionexecute", permanent = 1)
dispatch.skipStep("fdisk", permanent = 1)
- dispatch.skipStep("bootloaderpassword", permanent = 1)
dispatch.skipStep("handleX11pkgs", permanent = 1)
dispatch.skipStep("videocard", permanent = 1)