From 8813bfb2ce788d997d8548618c1f4a3a0b24d820 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 4 Oct 2012 20:43:55 -0500 Subject: [PATCH] bug: this might have caused the issue for Zander, will retest with a Bone tomorrow Signed-off-by: Robert Nelson --- scripts/debian-finish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian-finish.sh b/scripts/debian-finish.sh index 58809ba..ca86284 100644 --- a/scripts/debian-finish.sh +++ b/scripts/debian-finish.sh @@ -49,7 +49,7 @@ if [ "x${boot_image}" == "xbootm" ] ; then fi if [ "x${serial_tty}" != "x" ] ; then - cat etc/inittab | grep -v '#' | grep ${serial_tty} || echo "T2:23:respawn:/sbin/getty -L ${serial_tty} 115200 vt102" >> /etc/inittab && echo "#" >> /etc/inittab + cat /etc/inittab | grep -v '#' | grep ${serial_tty} || echo "T2:23:respawn:/sbin/getty -L ${serial_tty} 115200 vt102" >> /etc/inittab && echo "#" >> /etc/inittab fi if [ "x${boot_fstype}" == "xext2" ] ; then