Re: [OE-core] [PATCH] busybox: Fix busybox-init on non-tty consoles

2016-08-07 Thread Khem Raj
> On Aug 7, 2016, at 6:30 PM, Stefan Agner wrote: > > When using non-tty consoles (e.g. VirtIO console /dev/hvc0) the > current init system fails with: > process '/sbin/getty 115200 hvc0' (pid 545) exited. Scheduling for restart. > can't open /dev/ttyhvc0: No such file or

[OE-core] [PATCH] busybox: Fix busybox-init on non-tty consoles

2016-08-07 Thread Stefan Agner
When using non-tty consoles (e.g. VirtIO console /dev/hvc0) the current init system fails with: process '/sbin/getty 115200 hvc0' (pid 545) exited. Scheduling for restart. can't open /dev/ttyhvc0: No such file or directory The first field needs to be a valid device. The BusyBox inittab example