#!/bin/sh

. /usr/share/volatile/kylin.sh

set -x

$(pidof X >/dev/null) && exit 0

/sbin/plymouthd --mode=boot --attach-to-session || true

plymouth show-splash

plymouth message --text="Installation completed, rebooting ..." || true
