aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index f352c13..52bfb16 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -2787,6 +2787,11 @@ cat <<EOT >${LIVE_ROOTDIR}/usr/share/fontconfig/conf.avail/99-noto-mono-color-em
</fontconfig>
EOT
+ if [ "$LIVEDE" = "DAW" ] || [ "$LIVEDE" = "LEAN" ]; then
+ # These lean installations do not support Wayland graphical sessions:
+ rm -rf ${LIVE_ROOTDIR}/usr/share/wayland-sessions
+ fi
+
fi # End Plasma5
if [ "$LIVEDE" = "DLACK" ]; then