diff --git a/etc/hook.d/30-fix-inittab b/etc/hook.d/30-fix-inittab index 0ca3587..5a26912 100755 --- a/etc/hook.d/30-fix-inittab +++ b/etc/hook.d/30-fix-inittab @@ -9,4 +9,4 @@ # -- # http://www.steve.org.uk/ -sed -i -e 's/tty[0-9]$/console/g' -e 's/^\([2-6].*:respawn*\)/#\1/' $1/etc/inittab +sed -i -e 's/tty[0-9]$/console/g' -e 's/^\([2-6].*:respawn*\)/#\1/' -e 's/^T/#\t/' $1/etc/inittab