From 45ba4a3f1bd92be30dc4c97073bf48cd22d09169 Mon Sep 17 00:00:00 2001 From: Dylan Taylor Date: Mon, 22 Nov 2021 20:25:43 -0500 Subject: Rewrite bootloader selection to allow efistub if advanced flag is set --- 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 3b2f87b8..e48ad89d 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -124,7 +124,7 @@ def ask_user_questions(): # Ask which boot-loader to use (will only ask if we're in BIOS (non-efi) mode) if not archinstall.arguments.get("bootloader", None): - archinstall.arguments["bootloader"] = archinstall.ask_for_bootloader() + archinstall.arguments["bootloader"] = archinstall.ask_for_bootloader(archinstall.arguments.get('advanced', False)) if not archinstall.arguments.get('swap', None): archinstall.arguments['swap'] = archinstall.ask_for_swap() -- cgit v1.2.3-54-g00ecf