#!/bin/sh

set -e

USERNAME="root"

if [ -f /etc/live.conf ]
then
	. /etc/live.conf
fi

exec /bin/login -f "${USERNAME}"
