From fc0708f69fe7c529d6452130c20558c0fe6f5bfa Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 9 Aug 2008 09:27:06 +0000 Subject: [PATCH] Track /etc/ttys change to uart(4) --- tools/tools/nanobsd/nanobsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index c0fd2115f40..624c3242bb7 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -493,7 +493,7 @@ FlashDevice () { cust_comconsole () ( # Enable getty on console - sed -i "" -e /ttyd0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys + sed -i "" -e /ttyu0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys # Disable getty on syscons devices sed -i "" -e '/^ttyv[0-8]/s/ on/ off/' ${NANO_WORLDDIR}/etc/ttys