As dosFilesystems already contains hpfs and ntfs, the if block this patch removes will never get reached. --- booty/bootloaderInfo.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py index 0b50f7f..bed1ee7 100644 --- a/booty/bootloaderInfo.py +++ b/booty/bootloaderInfo.py @@ -289,12 +289,6 @@ class BootImages: foundDos = True except: pass - elif type in ["ntfs", "hpfs"] and not foundDos and \ - doesDualBoot() and not part.getFlag(parted.PARTITION_DIAG): - retval.append((part, type)) - # maybe questionable, but the first ntfs or fat is likely to - # be the correct one to boot with XP using ntfs - foundDos = True elif type == "appleboot" and iutil.getPPCMachine() == "PMac" and part.bootable: foundAppleBootstrap = True elif type in ["hfs", "hfs+"] and foundAppleBootstrap: -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list