Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-27 10:18:07 +0200
committerGitHub <noreply@github.com>2021-05-27 10:18:07 +0200
commit6e6afcaa39f72f49290d468fd56c9fbe4ad43f27 (patch)
treeafd29fb7c371cae335533ecb1f88932a2471101c /archinstall/lib
parent3bf12ffe1ecbabb7ab70b5fd67cd8db51ce23ddc (diff)
parent544eccaadab0bd59ead6504484efbf10038c2c4d (diff)
Merge pull request #518 from advaithm/patch-1
Make it more clear what the desktop profile does
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/user_interaction.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py
index 0a4cd0f9..4e54a065 100644
--- a/archinstall/lib/user_interaction.py
+++ b/archinstall/lib/user_interaction.py
@@ -579,6 +579,7 @@ def select_profile():
print(' -- The above list is a set of pre-programmed profiles. --')
print(' -- They might make it easier to install things like desktop environments. --')
+ print(' -- The desktop profile will let you select a DE/WM profile, e.g sway,kde plasma and gnome --')
print(' -- (Leave blank and hit enter to skip this step and continue) --')
selected_profile = generic_select(actual_profiles_raw, 'Enter a pre-programmed profile name if you want to install one: ', options_output=False)