c2cc5a132e696ee51f91403025bb9bb7e11395ed
[live-boot-grml.git] / bin / live-login
1 #!/bin/sh
2
3 set -e
4
5 USERNAME="root"
6
7 if [ -f /etc/live.conf ]
8 then
9         . /etc/live.conf
10 fi
11
12 exec /bin/login -f "${USERNAME}"