From 37fae922533d06d5e54078f2ad0d74d013bbeb2e Mon Sep 17 00:00:00 2001 From: advaithm Date: Tue, 13 Apr 2021 18:45:55 +0530 Subject: set archinstall.arguments['audio']=None --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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): -- cgit v1.2.3-54-g00ecf