projects
/
live-initramfs-grml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adjust spacing in grml/05mountpoints
[live-initramfs-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}"