diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-17 23:29:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-17 23:29:52 +0000 |
commit | 56a0ae05980137b7673e3a583320a1b93aa2a23a (patch) | |
tree | 0169b5d19f4e4889eced9755cbb3d8d2a9a9b16f /todo.py | |
parent | 2cd546a1fbe68cda83d1cc3807b5001d186b50cd (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |