aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-08-22 11:52:53 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-08-22 11:54:00 -0400
commit6561c0307a653b35c26f1ded06dbee9c798920af (patch)
tree6823b4998e968286d6e8daebe7626c48e1db09f5
parent4a1dfbe1781a856c528815e3df5d2dc0b3bb2aac (diff)
downloadkiwi-descriptions-6561c0307a653b35c26f1ded06dbee9c798920af.tar.gz
kiwi-descriptions-6561c0307a653b35c26f1ded06dbee9c798920af.zip
config.sh: Add livesys configuration for MiracleWM spin
This ensures livesys-scripts loads the correct session information when making the MiracleWM spin.
-rwxr-xr-xconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index 4e8d40f..0f090d5 100755
--- a/config.sh
+++ b/config.sh
@@ -81,6 +81,9 @@ if [[ "$kiwi_profiles" == *"Live"* ]]; then
if [[ "$kiwi_profiles" == *"MATE_Compiz"* ]]; then
echo 'livesys_session="mate"' > /etc/sysconfig/livesys
fi
+ if [[ "$kiwi_profiles" == *"MiracleWM"* ]]; then
+ echo 'livesys_session="miraclewm"' > /etc/sysconfig/livesys
+ fi
if [[ "$kiwi_profiles" == *"Sway"* ]]; then
echo 'livesys_session="sway"' > /etc/sysconfig/livesys
fi