bug: this might have caused the issue for Zander, will retest with a Bone tomorrow

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 12 years ago
parent 823b648a48
commit 8813bfb2ce

@ -49,7 +49,7 @@ if [ "x${boot_image}" == "xbootm" ] ; then
fi fi
if [ "x${serial_tty}" != "x" ] ; then 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 fi
if [ "x${boot_fstype}" == "xext2" ] ; then if [ "x${boot_fstype}" == "xext2" ] ; then

Loading…
Cancel
Save