Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/menu/selection_menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/menu/selection_menu.py')
-rw-r--r--archinstall/lib/menu/selection_menu.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archinstall/lib/menu/selection_menu.py b/archinstall/lib/menu/selection_menu.py
index 82e8c47e..fa997473 100644
--- a/archinstall/lib/menu/selection_menu.py
+++ b/archinstall/lib/menu/selection_menu.py
@@ -238,6 +238,10 @@ class GlobalMenu:
break
else:
self._process_selection(selection)
+ for key in self._menu_options:
+ sel = self._menu_options[key]
+ if sel.enabled and sel.has_selection() and key not in archinstall.arguments:
+ archinstall.arguments[key] = sel._current_selection
def _process_selection(self, selection):
# find the selected option in our option list