Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-12-01 07:03:13 -0500
committerGitHub <noreply@github.com>2023-12-01 13:03:13 +0100
commitdc477fb1d9813e9e92153592a9400ff349f08ca1 (patch)
treee966349c34c3818099fc8595a04faa13e46ce08f
parent4955b64a8c596d3eafa1b96b74e915ad12b3fe63 (diff)
Fix UKI default value (#2278)
-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