Re: Early access to a console (during runlevel 1)

2014-06-18 Thread Martin Richard
2014-06-17 10:22 GMT+02:00 Martin Richard : > > I'll explore the ssh solution, see if starting a daemon in the initramfs > can give me what I want. > A quick follow-up: Starting an ssh daemon in initramfs was complicated, in particular, once the real root filesystem is se

Re: Early access to a console (during runlevel 1)

2014-06-17 Thread Martin Richard
2014-06-16 18:21 GMT+02:00 B : > On Mon, 16 Jun 2014 17:54:13 +0200 > Martin Richard wrote: > > I don't know if that is possible, but you can setup an > early SSH access. > That's what I read most of the time, but I don't understand why ssh would be abl

Early access to a console (during runlevel 1)

2014-06-16 Thread Martin Richard
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