some more grammer fixes
This commit is contained in:
parent
85c5275a8f
commit
a694daec5d
|
|
@ -149,7 +149,7 @@ def ask_for_bootloader() -> str:
|
||||||
if hasUEFI()==False:
|
if hasUEFI()==False:
|
||||||
bootloader="grub-install"
|
bootloader="grub-install"
|
||||||
else:
|
else:
|
||||||
bootloader_choice = input("Would you like to use GRUB as a bootloader instead off systemd-boot [y/N] ").lower()
|
bootloader_choice = input("Would you like to use GRUB as a bootloader instead of systemd-boot? [y/N] ").lower()
|
||||||
if bootloader_choice == "y":
|
if bootloader_choice == "y":
|
||||||
bootloader="grub-install"
|
bootloader="grub-install"
|
||||||
return bootloader
|
return bootloader
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue