From 8457aa5660553faa811f26246059fa4cd84852cd Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Sun, 13 Feb 2022 04:09:05 -0500 Subject: Set default bootloader based on presence of UEFI (#980) * Set default bootloader based on presence of UEFI * Correct a comment --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/guided.py') diff --git a/examples/guided.py b/examples/guided.py index 39d324fe..60cf79ad 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -55,7 +55,7 @@ def ask_user_questions(): # Get disk encryption password (or skip if blank) global_menu.enable('!encryption-password') - # Ask which boot-loader to use (will only ask if we're in BIOS (non-efi) mode) + # Ask which boot-loader to use (will only ask if we're in UEFI mode, otherwise will default to GRUB) global_menu.enable('bootloader') global_menu.enable('swap') -- cgit v1.2.3-70-g09d2