diff options
| author | 2024-08-22 11:52:53 -0400 | |
|---|---|---|
| committer | 2024-08-22 11:54:00 -0400 | |
| commit | 6561c0307a653b35c26f1ded06dbee9c798920af (patch) | |
| tree | 6823b4998e968286d6e8daebe7626c48e1db09f5 | |
| parent | 4a1dfbe1781a856c528815e3df5d2dc0b3bb2aac (diff) | |
| download | kiwi-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-x | config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |