--- pyanaconda/bootloader.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py index 90353a3..6cdb4e4 100644 --- a/pyanaconda/bootloader.py +++ b/pyanaconda/bootloader.py @@ -1416,9 +1416,9 @@ class GRUB2(GRUB): ret = True break - if not ret: - self.warnings.append(_("You are using a GPT bootdisk on a non-EFI " - "system without a BIOS boot partition. " + if not ret: + self.warnings.append(_("You are using a GPT bootdisk on a non-" + "EFI system without a BIOS boot partition. " "This may not work, depending on your " "BIOS's support for booting from GPT disks.")) -- 1.7.3.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list