summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2012-05-11 11:13:19 -0500
committerDavid Lehman <dlehman@redhat.com>2012-05-14 12:52:50 -0500
commitf5cc445929b64a241948417f1a02972933eb44b7 (patch)
tree2ff98ff5326379f73e081560be838a33f3b397be /pyanaconda/bootloader.py
parent8efcc28a0a76e1662fc3fe301a7ddcbd2caf9909 (diff)
downloadanaconda-f5cc445929b64a241948417f1a02972933eb44b7.tar.gz
anaconda-f5cc445929b64a241948417f1a02972933eb44b7.tar.xz
anaconda-f5cc445929b64a241948417f1a02972933eb44b7.zip
Disable md /boot and /boot/efi on EFI. (#816823)
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 1abf1e1fe..1c9855fac 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1464,6 +1464,12 @@ class EFIGRUB(GRUB):
can_dual_boot = False
_config_dir = "efi/EFI/redhat"
+ # list of strings representing options for boot device types
+ stage2_device_types = ["partition"]
+ stage2_raid_levels = []
+ stage2_raid_member_types = []
+ stage2_raid_metadata = []
+
stage2_is_valid_stage1 = False
stage2_bootable = False
stage2_max_end_mb = None