diff options
-rw-r--r-- | init.d/fixinittab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/fixinittab b/init.d/fixinittab index 5c893cd..2b43021 100644 --- a/init.d/fixinittab +++ b/init.d/fixinittab @@ -23,10 +23,11 @@ start() sed -i -e '/^c[0-9]/ s/^/#/' /etc/inittab sed -i -e '/^s[01]/ s/^/#/' /etc/inittab sed -i -e '/^b0/ s/^/#/' /etc/inittab + sed -i -e '/^f0/ s/^/#/' /etc/inittab if [ -z "${LIVECD_CONSOLE}" ] then - for c in hvc0 ttyHV0 + for c in hvc0 ttyHV0 ttyAMA0 do if [ -c "/dev/${c}" ] then |