summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-04 21:26:05 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-04 21:26:05 +0000
commitb06a58fec2bf00bf1c8ca86a33888efc94caf022 (patch)
tree9c91b046aa163df7fd10e2b32552bbef5d1981a4 /installclass.py
parent5011f9dd55e2d243fb35daae42c7958bd8fe07dd (diff)
downloadanaconda-b06a58fec2bf00bf1c8ca86a33888efc94caf022.tar.gz
anaconda-b06a58fec2bf00bf1c8ca86a33888efc94caf022.tar.xz
anaconda-b06a58fec2bf00bf1c8ca86a33888efc94caf022.zip
I suck again
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 0de83b1d2..102f327f6 100644
--- a/installclass.py
+++ b/installclass.py
@@ -142,6 +142,7 @@ class BaseInstallClass:
# XXX ugh, this badly needs some clean up
if iutil.getArch() == "x86_64":
dispatch.skipStep("bootdisk")
+ dispatch.skipStep("fdasd", permanent = 1)
elif (iutil.getArch() == "alpha" or iutil.getArch() == "ia64" or
iutil.getArch() == "sparc" or iutil.getArch() == "ppc"):
dispatch.skipStep("bootdisk")