Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-13 18:45:55 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-13 18:45:55 +0530
commit37fae922533d06d5e54078f2ad0d74d013bbeb2e (patch)
tree3e76e4aafbacf270ea74ce6699ffc4d15a02c9cb /examples
parent0617292340bfca722336fc9e73a129d397d1e157 (diff)
set archinstall.arguments['audio']=None
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
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):