Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMalccolm Haak <malcolm@haak.id.au>2021-04-17 14:37:14 +1000
committerMalccolm Haak <malcolm@haak.id.au>2021-04-17 14:37:14 +1000
commit77894df51c581d26c958f07524e576d3bc118efd (patch)
tree433990f50d31e74178a5301c3080af728eabb0ef /examples
parent80a3ca3826d15a8742c60e2a13d6def09768057a (diff)
Whitespace needs to be tabs. Added test for UEFI, if not found add grub-install to pacstrap install
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py8
1 files changed, 4 insertions, 4 deletions
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