summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-02 22:08:06 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-02 22:08:06 +0000
commit8fd91aa403b11d6055b814a57a78078f9b5a2ebb (patch)
tree4cad4127e8c74464a86773ea913582fc75ca20ae /installclass.py
parent4f36d8b6a087ef48c854e7e5345c822a582d4413 (diff)
downloadanaconda-8fd91aa403b11d6055b814a57a78078f9b5a2ebb.tar.gz
anaconda-8fd91aa403b11d6055b814a57a78078f9b5a2ebb.tar.xz
anaconda-8fd91aa403b11d6055b814a57a78078f9b5a2ebb.zip
more bits for ia64
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 0be9810b3..085b0da93 100644
--- a/installclass.py
+++ b/installclass.py
@@ -133,6 +133,7 @@ class BaseInstallClass:
if iutil.getArch() == "alpha" or iutil.getArch() == "ia64":
dispatch.skipStep("bootdisk")
+ dispatch.skipStep("bootloader")
# This is called after the hdlist is read in.
def setPackageSelection(self, hdlist):