Fix UKI default value (#2278)
This commit is contained in:
parent
4955b64a8c
commit
dc477fb1d9
|
|
@ -158,7 +158,7 @@ def perform_installation(mountpoint: Path):
|
||||||
|
|
||||||
installation.add_bootloader(
|
installation.add_bootloader(
|
||||||
archinstall.arguments["bootloader"],
|
archinstall.arguments["bootloader"],
|
||||||
archinstall.arguments["uki"]
|
archinstall.arguments.get('uki', False)
|
||||||
)
|
)
|
||||||
|
|
||||||
# If user selected to copy the current ISO network configuration
|
# If user selected to copy the current ISO network configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue