index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-13 18:45:55 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-13 18:45:55 +0530 |
commit | 37fae922533d06d5e54078f2ad0d74d013bbeb2e (patch) | |
tree | 3e76e4aafbacf270ea74ce6699ffc4d15a02c9cb | |
parent | 0617292340bfca722336fc9e73a129d397d1e157 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 00ebb24e..8797b87e 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -175,7 +175,7 @@ def ask_user_questions(): else: # 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' + archinstall.arguments['audio'] = None # Additional packages (with some light weight error handling for invalid package names) if not archinstall.arguments.get('packages', None): |