config.sh: Add livesys configuration for MiracleWM spin
This ensures livesys-scripts loads the correct session information when making the MiracleWM spin.
This commit is contained in:
parent
2b2f7ab4d5
commit
64e7bc2e03
@ -81,6 +81,9 @@ if [[ "$kiwi_profiles" == *"Live"* ]]; then
|
|||||||
if [[ "$kiwi_profiles" == *"MATE_Compiz"* ]]; then
|
if [[ "$kiwi_profiles" == *"MATE_Compiz"* ]]; then
|
||||||
echo 'livesys_session="mate"' > /etc/sysconfig/livesys
|
echo 'livesys_session="mate"' > /etc/sysconfig/livesys
|
||||||
fi
|
fi
|
||||||
|
if [[ "$kiwi_profiles" == *"MiracleWM"* ]]; then
|
||||||
|
echo 'livesys_session="miraclewm"' > /etc/sysconfig/livesys
|
||||||
|
fi
|
||||||
if [[ "$kiwi_profiles" == *"Sway"* ]]; then
|
if [[ "$kiwi_profiles" == *"Sway"* ]]; then
|
||||||
echo 'livesys_session="sway"' > /etc/sysconfig/livesys
|
echo 'livesys_session="sway"' > /etc/sysconfig/livesys
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user