[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: After update, just a black screen



Le 20/05/2020 à 15:33, Mick Bert a écrit :
Il 20/05/20 14:30, John Paul Adrian Glaubitz ha scritto:
"init=/bin/bash".

What the hell - in this mode, it does not recognise keystroke ^C, or ^Z. I started a ping, and I do not know how to interrupt it!

    That' because you're connected on the console. Busybox has a special command to solve that issue: cttyhack. In your situation, I would try something like 'setsid -c /bin/bash </dev/tty1 >/dev/tty1 2>&1' . /dev/tty1 isn't exactly the same thing as /dev/console. That's my (incomplete) understanding.

    Didier



Reply to: