summaryrefslogtreecommitdiffstats
path: root/initramfs/tpm/bin/mygetty.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:50:49 +0200
committerSebastian Schmelzer2010-09-02 17:50:49 +0200
commit416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch)
tree4715f7d742fec50931017f38fe6ff0a89d4ceccc /initramfs/tpm/bin/mygetty.sh
parentFix for the problem reported on the list (sed filter forgotten for the (diff)
downloadcore-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip
change dir structure
Diffstat (limited to 'initramfs/tpm/bin/mygetty.sh')
-rwxr-xr-xinitramfs/tpm/bin/mygetty.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/initramfs/tpm/bin/mygetty.sh b/initramfs/tpm/bin/mygetty.sh
deleted file mode 100755
index db344d21..00000000
--- a/initramfs/tpm/bin/mygetty.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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