-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ack. On Tue, 25 May 2010, Peter Jones wrote:
Since we don't install a bootloader physically to a disk on UEFI, and it doesn't use an MBR, there's no real point in selecting which MBR to stick the bootloader on. --- installclass.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installclass.py b/installclass.py index deb7e53..236f778 100644 --- a/installclass.py +++ b/installclass.py @@ -129,7 +129,7 @@ class BaseInstallClass(object): if not BETANAG: dispatch.skipStep("betanag", permanent=1) - if not iutil.isX86(): + if iutil.isEfi() or not iutil.isX86(): dispatch.skipStep("bootloader", permanent=1) # allow backends to disable interactive package selection
- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAkv8M7IACgkQ5hsjjIy1VkmaqQCgoSxhlfn7LzXjYS6YLZWZijD3 0LwAoNhM0fAx+StA85/C0UjjMKdvA0Iq =TaOM -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list