From a0412ed4ee30ff1267f9f849a68b4a14fc9826a1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 7 Dec 2020 09:14:56 +0100 Subject: Apply realtime configuration only for the DAW/STUDIOWARE variants --- make_slackware_live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 95fae77..e4151e7 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2452,7 +2452,7 @@ if [ "$LIVEDE" = "STUDIOWARE" ]; then fi # End LIVEDE = STUDIOWARE -if [ "$LIVEDE" = "PLASMA5" -o "$LIVEDE" = "DAW" -o "$LIVEDE" = "STUDIOWARE" ]; +if [ "$LIVEDE" = "DAW" -o "$LIVEDE" = "STUDIOWARE" ]; then # -------------------------------------------------------------------------- # @@ -2515,7 +2515,7 @@ EOT #SCALING_GOVERNOR=performance #EOT -fi # End LIVEDE = PLASMA5/DAW/STUDIOWARE +fi # End LIVEDE = DAW/STUDIOWARE # You can define the function 'custom_config()' by uncommenting it in # the configuration file 'make_slackware_live.conf'. -- cgit v1.2.3