diskimage-builder/diskimage_builder/elements/enable-serial-console
Matthew Thode 97e4627d87
update various gentoo bits
Update an rc-update call to only be made if running openrc instead of
all gentoo profiles (systemd does not have rc-update).

Add python3-pyyaml package mappings.

Update serial console to support multiple arches.

Update open-iscsi and open-isns keywords (looks like upstream merged
some musl fixes).

Update the kernel and initramfs file name globs for the
gentoo-kernel-bin usage.

Change-Id: I259bffed3a3e3f92be2210ead6bdfa383917d457
Signed-off-by: Matthew Thode <mthode@mthode.org>
2020-08-24 10:21:35 -05:00
..
cleanup.d Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
install.d update various gentoo bits 2020-08-24 10:21:35 -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.