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

Re: [PATCH 09/16] Move serial console handling code out into its own file.



Chris Lumens (clumens redhat com) said: 
> ---
>  loader/Makefile.am |    2 +-
>  loader/init.c      |  208 +------------------------------------------------
>  loader/loader.c    |    5 +
>  loader/serial.c    |  220 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  loader/serial.h    |    9 ++
>  5 files changed, 237 insertions(+), 207 deletions(-)
>  create mode 100644 loader/serial.c
>  create mode 100644 loader/serial.h

systemd has code to automatically start gettys on serial consoles.
Could it be appropriated here such that anaconda doesn't have to
do anything?

(See systemd-getty-generator).

Bill


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