diskimage-builder/diskimage_builder/elements/enable-serial-console
Matthew Thode 2559933f8f
add openrc init system support to serial console element
Change-Id: Id58e53a592b5f4601b893ba6c828bad07942b07b
Signed-off-by: Matthew Thode <mthode@mthode.org>
2020-07-14 13:59:09 -05:00
..
cleanup.d Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
install.d add openrc init system support to serial console element 2020-07-14 13:59:09 -05:00
README.rst Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00

README.rst

enable-serial-console

Start getty on active serial consoles.

With ILO and other remote admin environments, having a serial console can be useful for debugging and troubleshooting.

For upstart:

If ttyS1 exists, getty will run on that, otherwise on ttyS0.

For systemd:

We dynamically start a getty on any active serial port via udev rules.