Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall/scripts/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/scripts/guided.py b/archinstall/scripts/guided.py
index 6acbdbf3..44b0ae17 100644
--- a/archinstall/scripts/guided.py
+++ b/archinstall/scripts/guided.py
@@ -158,7 +158,7 @@ def perform_installation(mountpoint: Path):
installation.add_bootloader(
archinstall.arguments["bootloader"],
- archinstall.arguments["uki"]
+ archinstall.arguments.get('uki', False)
)
# If user selected to copy the current ISO network configuration