#!/bin/sh
# Lancé par startx (cf. /root/.zprofile), uniquement dans le live FWS.
if [ ! -d /run/archiso ]; then
	exit 0
fi

xsetroot -solid "#1a1a2e"
openbox &
sleep 1
exec calamares
