Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2022-02-13 04:09:05 -0500
committerGitHub <noreply@github.com>2022-02-13 10:09:05 +0100
commit8457aa5660553faa811f26246059fa4cd84852cd (patch)
treedfcacb74a90c38bbbc591817ceb21dcf6760e20e /examples/guided.py
parent2c897cdcc6d5d0e7ee024c374cdf9c849870e081 (diff)
Set default bootloader based on presence of UEFI (#980)
* Set default bootloader based on presence of UEFI * Correct a comment
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
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')