#!/bin/bash
if ! test -f /etc/easy-ltsp/firstrun; then
	/usr/bin/kiwi-ltsp -c
	touch /etc/easy-ltsp/firstrun
fi
/usr/bin/easy-ltsp

