Hi,
I would like to configure an access to a console during runlevel 1.The idea is that sometimes, checkfs (performed at runlevel 1) may hang, and I'd like to have access to a terminal to confirm.
I tried to start getty on a tty as soon as possible in inittab but it does not work as expected.
in /etc/inittab (before l1:1:wait:/etc/init.d/rc 1):
8:12345:respawn:/sbin/getty --noclear 38400 tty8
Any idea is welcome !
Cheers,
Martin