call hasUEFI
This commit is contained in:
parent
47202d9bf9
commit
264db25eef
|
|
@ -146,7 +146,7 @@ def ask_for_a_timezone():
|
|||
|
||||
def ask_for_bootloader() -> str:
|
||||
bootloader = "systemd-bootctl"
|
||||
if hasUEFI==False:
|
||||
if hasUEFI()==False:
|
||||
bootloader="grub-install"
|
||||
else:
|
||||
bootloader_choice = input("Would you like to use Grub as a bootloader over systemd-boot [y/N] ").lower()
|
||||
|
|
|
|||
Loading…
Reference in New Issue