index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2021-04-27 12:26:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 12:26:59 +0200 |
commit | 1be405aa77f809d847eb6eb8ad58ee8c9574452f (patch) | |
tree | f11b7f320d39bf39ddfea59257c0e151b5a96cac /examples/guided.py | |
parent | fa9a08b86dd902ef5c5277b098fc22031de271df (diff) |
-rw-r--r-- | examples/guided.py | 6 |
diff --git a/examples/guided.py b/examples/guided.py index 4df1d9de..6177e5ac 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -186,8 +186,8 @@ def ask_user_questions(): # packages installed by a profile may depend on audio and something may get installed anyways, not much we can do about that. # we will not try to remove packages post-installation to not have audio, as that may cause multiple issues archinstall.arguments['audio'] = None - - # Ask what kernel user wants: + + # Ask what kernel user wants: while True: kernel = generic_select(["linux", "linux-lts", "linux-zen", "continue"], "choose a kernel:") if (archinstall.arguments.get("kernels", None) == None): @@ -384,4 +384,4 @@ def perform_installation(mountpoint): pass ask_user_questions() -perform_installation_steps()
\ No newline at end of file +perform_installation_steps() |