summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-17 23:29:52 +0000
committerBill Nottingham <notting@redhat.com>2001-01-17 23:29:52 +0000
commit56a0ae05980137b7673e3a583320a1b93aa2a23a (patch)
tree0169b5d19f4e4889eced9755cbb3d8d2a9a9b16f /todo.py
parent2cd546a1fbe68cda83d1cc3807b5001d186b50cd (diff)
downloadanaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.tar.gz
anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.tar.xz
anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.zip
ia64 boot images are no longer partitioned
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index e284d937e..5fdac6723 100644
--- a/todo.py
+++ b/todo.py
@@ -485,9 +485,7 @@ class ToDo:
# No IDE floppy's -- we're fine w/ /dev/fd0
if not floppyDrive: return
- # on ia64, use the first partition (hack)
if iutil.getArch() == "ia64":
- floppyDrive = '%s1' % floppyDrive
self.fdDevice = floppyDrive
log("anaconda floppy device is %s", self.fdDevice)
return