warn about systemd only profiles

merge-requests/273/head
Bernhard Landauer 7 years ago
parent 22cde3c5f7
commit 976bb582dd

@ -291,6 +291,7 @@ _DEInfoBody="\nMultiple environments can be installed.\n\nGnome and LXDE come wi
# Install DE Menu
_InstDETitle="Install Desktop Environments"
_InstManDEBody="Please choose a Manjaro Environment.\nNote that the following are currently available for systemd base only:"
_InstDEBody="Desktop Environments and their related package groups are listed first."
_ExtraTitle=" Full or minimal? "
_ExtraBody="This edition is offered in two versions"

@ -77,7 +77,7 @@ install_manjaro_de_wm() {
echo "" > /tmp/.desktop
# DE/WM Menu
DIALOG " $_InstDETitle " --radiolist "$_InstDEBody\n\n$_UseSpaceBar" 0 0 12 \
DIALOG " $_InstDETitle " --radiolist "$_InstManDEBody\n:: $(evaluate_profiles) ::\n\n$_UseSpaceBar" 0 0 12 \
$(echo $PROFILES/{manjaro,community}/* | xargs -n1 | cut -f7 -d'/' | grep -vE "netinstall|architect" | awk '$0=$0" - off"') 2> /tmp/.desktop
# If something has been selected, install

Loading…
Cancel
Save