index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | bd-g <49082060+bd-g@users.noreply.github.com> | 2023-03-10 04:17:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 10:17:19 +0100 |
commit | 114e3626e2f3d5c89e21b4dbf94edd8ca5996fee (patch) | |
tree | 013e06df50c4d8591318c27a6ed3137966e51540 /archinstall | |
parent | 9b08c244e66bcc92c425a399f1ddf5be5bac7abc (diff) |
-rw-r--r-- | archinstall/lib/user_interaction/general_conf.py | 3 |
diff --git a/archinstall/lib/user_interaction/general_conf.py b/archinstall/lib/user_interaction/general_conf.py index 76631a98..fc7ded45 100644 --- a/archinstall/lib/user_interaction/general_conf.py +++ b/archinstall/lib/user_interaction/general_conf.py @@ -174,7 +174,10 @@ def select_profile(preset) -> Optional[Profile]: storage['profile_minimal'] = False storage['_selected_servers'] = [] storage['_desktop_profile'] = None + storage['sway_sys_priv_ctrl'] = None + storage['arguments']['sway_sys_priv_ctrl'] = None storage['arguments']['desktop-environment'] = None + storage['arguments']['gfx_driver'] = None storage['arguments']['gfx_driver_packages'] = None return None case MenuSelectionType.Skip: |