Revert "Skip the bootloader placement window if we're on UEFI (#582143)"
This reverts commit cc260f65afe03fb8ab690ea20f0a17b24a3c808e. We need to
show part of the screen, but not other parts.
---
installclass.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/installclass.py b/installclass.py
index 236f778..deb7e53 100644
--- a/installclass.py
+++ b/installclass.py
@@ -129,7 +129,7 @@ class BaseInstallClass(object):
if not BETANAG:
dispatch.skipStep("betanag", permanent=1)
- if iutil.isEfi() or not iutil.isX86():
+ if not iutil.isX86():
dispatch.skipStep("bootloader", permanent=1)
# allow backends to disable interactive package selection
--
1.7.1.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list