summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader.py b/bootloader.py
index e497fb0eb..a4f8cb33e 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -83,6 +83,8 @@ def bootloaderSetupChoices(anaconda):
log.warning("MBR not suitable as boot device; installing to partition")
anaconda.id.bootloader.defaultDevice = "boot"
anaconda.id.bootloader.setDevice(choices[anaconda.id.bootloader.defaultDevice][0])
+ elif choices and iutil.isMactel() and choices.has_key("boot"): # haccckkkk
+ anaconda.id.bootloader.setDevice(choices["boot"][0])
elif choices and choices.has_key("mbr"):
anaconda.id.bootloader.setDevice(choices["mbr"][0])
elif choices and choices.has_key("boot"):