index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2023-12-01 07:03:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 13:03:13 +0100 |
commit | dc477fb1d9813e9e92153592a9400ff349f08ca1 (patch) | |
tree | e966349c34c3818099fc8595a04faa13e46ce08f /archinstall | |
parent | 4955b64a8c596d3eafa1b96b74e915ad12b3fe63 (diff) |
-rw-r--r-- | archinstall/scripts/guided.py | 2 |
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 |