Removing keyboard bottom script, live-config takes care about that now.
[debian-live-boot/hramrach.git] / bin / live-login
blobc2cc5a132e696ee51f91403025bb9bb7e11395ed
1 #!/bin/sh
3 set -e
5 USERNAME="root"
7 if [ -f /etc/live.conf ]
8 then
9 . /etc/live.conf
12 exec /bin/login -f "${USERNAME}"