summaryrefslogtreecommitdiffstats
path: root/initramfs/tpm/bin/mygetty.sh
blob: db344d21e9e2cb2130278d81332673ff10b079ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#

if [ -f "/mnt/sbin/agetty" ] ; then
	/mnt/sbin/agetty -n -l /bin/bash 9600 /dev/tty1
else
	echo "agetty-binary not found!"
fi

# /bin/bash