summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-02-09 20:12:30 +0000
committerJeremy Katz <katzj@redhat.com>2004-02-09 20:12:30 +0000
commitb7808a07b6bc58417355d6c8a8dbde4adaec7861 (patch)
tree5384b3759427713ec8660264d98be559d5eb0f45 /installclass.py
parent7c9e3ce6d990bccfc34d91e549e724e61206f5aa (diff)
downloadanaconda-b7808a07b6bc58417355d6c8a8dbde4adaec7861.tar.gz
anaconda-b7808a07b6bc58417355d6c8a8dbde4adaec7861.tar.xz
anaconda-b7808a07b6bc58417355d6c8a8dbde4adaec7861.zip
boot disk go bye bye (and good riddance). they're not really going to fit with 2.6
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index c78fdc15a..bff355bce 100644
--- a/installclass.py
+++ b/installclass.py
@@ -163,7 +163,7 @@ class BaseInstallClass:
if not BETANAG:
dispatch.skipStep("betanag")
- if iutil.getArch() != "i386":
+ if iutil.getArch() != "i386" or 1:
dispatch.skipStep("bootdisk")
# see if we need to write out a rescue boot floppy