Fix UKI default value (#2278)

This commit is contained in:
codefiles 2023-12-01 07:03:13 -05:00 committed by GitHub
parent 4955b64a8c
commit dc477fb1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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