diff options
author | Eric Hameleers <alien@slackware.com> | 2020-12-07 09:14:56 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-07 09:14:56 +0100 |
commit | a0412ed4ee30ff1267f9f849a68b4a14fc9826a1 (patch) | |
tree | 854bc67c70c61fed55a85177478a0f701a72a302 /make_slackware_live.sh | |
parent | ec48a65da354ac3c5a428ddec76944780e80cc28 (diff) | |
download | liveslak-a0412ed4ee30ff1267f9f849a68b4a14fc9826a1.tar.gz liveslak-a0412ed4ee30ff1267f9f849a68b4a14fc9826a1.tar.xz |
Apply realtime configuration only for the DAW/STUDIOWARE variants
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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'. |