From 6561c0307a653b35c26f1ded06dbee9c798920af Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 22 Aug 2024 11:52:53 -0400 Subject: config.sh: Add livesys configuration for MiracleWM spin This ensures livesys-scripts loads the correct session information when making the MiracleWM spin. --- config.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.3.1+13