Re: [PATCH] docs: UML: Mention telnetd for port channel

2022-03-11 Thread Jonathan Corbet
Vincent Whitchurch writes: > It is not obvious from the documentation that using the "port" channel > for the console requires telnetd to be installed (see port_connection() > in arch/um/drivers/port_user.c). Mention this, and the fact that UML > will not boot until a client connects. > > Signed

Re: [PATCH] docs: UML: Mention telnetd for port channel

2022-03-10 Thread Anton Ivanov
On 10/03/2022 12:42, Vincent Whitchurch wrote: It is not obvious from the documentation that using the "port" channel for the console requires telnetd to be installed (see port_connection() in arch/um/drivers/port_user.c). Mention this, and the fact that UML will not boot until a client conne

[PATCH] docs: UML: Mention telnetd for port channel

2022-03-10 Thread Vincent Whitchurch
It is not obvious from the documentation that using the "port" channel for the console requires telnetd to be installed (see port_connection() in arch/um/drivers/port_user.c). Mention this, and the fact that UML will not boot until a client connects. Signed-off-by: Vincent Whitchurch --- Docume