From 56a0ae05980137b7673e3a583320a1b93aa2a23a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 17 Jan 2001 23:29:52 +0000 Subject: ia64 boot images are no longer partitioned --- todo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'todo.py') 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 -- cgit