Skip to content

Commit 3242161

Browse files
committed
config-desktop: link to Developer-Guide_Desktops docs in DE/tier dialogs
Surfaces the canonical reference for what each desktop environment and tier ships in the dialog text so the operator can read the details without leaving the build wizard.
1 parent 286d1d3 commit 3242161

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/functions/configuration/config-desktop.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ for de in json.load(sys.stdin):
120120
fi
121121

122122
dialog_menu "Choose a desktop environment" "$backtitle" \
123-
"Select the default desktop environment to bundle with this image" \
123+
"Select the default desktop environment to bundle with this image.\nDocs: https://docs.armbian.com/Developer-Guide_Desktops/" \
124124
"${options[@]}"
125125
set_interactive_config_value DESKTOP_ENVIRONMENT "${DIALOG_MENU_RESULT}"
126126

@@ -152,7 +152,7 @@ for de in json.load(sys.stdin):
152152
"full" "Office, creative, dev tools (~2.5 GB)"
153153
)
154154
dialog_menu "Choose desktop tier" "$backtitle" \
155-
"Select which package set to install with this desktop.\nTiers can be upgraded or downgraded at any time\nusing armbian-config on the running system." \
155+
"Select which package set to install with this desktop.\nTiers can be upgraded or downgraded at any time\nusing armbian-config on the running system.\nDocs: https://docs.armbian.com/Developer-Guide_Desktops/" \
156156
"${options[@]}"
157157
set_interactive_config_value DESKTOP_TIER "${DIALOG_MENU_RESULT}"
158158

0 commit comments

Comments
 (0)