[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.
- From: Bill Nottingham <notting redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 09/16] Move serial console handling code out into its own file.
- Date: Wed, 6 Apr 2011 16:33:10 -0400
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]