index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Malccolm Haak <malcolm@haak.id.au> | 2021-04-17 14:37:14 +1000 |
---|---|---|
committer | Malccolm Haak <malcolm@haak.id.au> | 2021-04-17 14:37:14 +1000 |
commit | 77894df51c581d26c958f07524e576d3bc118efd (patch) | |
tree | 433990f50d31e74178a5301c3080af728eabb0ef /examples | |
parent | 80a3ca3826d15a8742c60e2a13d6def09768057a (diff) |
-rw-r--r-- | examples/guided.py | 8 |
diff --git a/examples/guided.py b/examples/guided.py index dfc2da07..38d5d653 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -314,10 +314,10 @@ def perform_installation(device, boot_partition, language, mirrors): if installation.minimal_installation(): installation.set_mirrors(mirrors) # Set the mirrors in the installation medium installation.set_keyboard_language(language) - if hasUEFI(): - installation.add_bootloader() - else: - installation.add_bootloader(bootloder='grub-install') + if hasUEFI(): + installation.add_bootloader() + else: + installation.add_bootloader(bootloder='grub-install') # If user selected to copy the current ISO network configuration |