summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-11-30 14:36:27 -0500
committerBill Nottingham <notting@redhat.com>2007-11-30 14:36:27 -0500
commit3e9bf802369eb29466e21f032fa776d30bcf7be9 (patch)
tree40c8b5a23e0d069d0d514a657303ed518fd21357 /anaconda
parent9097300fb10fd4dccf28b7da703927f7a6c1da47 (diff)
downloadanaconda-3e9bf802369eb29466e21f032fa776d30bcf7be9.tar.gz
anaconda-3e9bf802369eb29466e21f032fa776d30bcf7be9.tar.xz
anaconda-3e9bf802369eb29466e21f032fa776d30bcf7be9.zip
no more floppydevice in instdata
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 80fa61656..79a619a29 100755
--- a/anaconda
+++ b/anaconda
@@ -670,7 +670,7 @@ if __name__ == "__main__":
iutil.makeDriveDeviceNodes()
iutil.makeCharDeviceNodes()
- anaconda.id = instdata.InstallData(anaconda, [], "fd0", anaconda.methodstr, opts.display_mode)
+ anaconda.id = instdata.InstallData(anaconda, [], anaconda.methodstr, opts.display_mode)
rescue.runRescue(anaconda, instClass)
# shouldn't get back here