diff options
-rw-r--r-- | init.d/fixinittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fixinittab b/init.d/fixinittab index b0fcaeb..2350100 100644 --- a/init.d/fixinittab +++ b/init.d/fixinittab @@ -32,7 +32,7 @@ start() if [ -z "${LIVECD_CONSOLE}" ] then - for c in hvc0 + for c in hvc0 ttyHV0 do if [ -c "/dev/${c}" ] then |