kiwi-el8/kiwi/bootloader/template
Marcus Schäfer 9fddb90a6b
Allow setup of serial line in bootloader
So far kiwi used a static serial line setup of the console
type was configured to use a serial console. However if
different parameters are needed there was no way to change
the static setup. This commit adds a new bootloader attribute
called serial_line which allows to specify the serial line
parameters for the grub bootloader e.g

    serial_line="serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1"

Please note serial_line takes the value as it is given and
adds this as a line to the grub configuration or as content
to the variable GRUB_SERIAL_COMMAND. No further validation
of the information takes place by kiwi. This Fixes #1401
2020-05-13 11:25:42 +02:00
..
__init__.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
grub2.py Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00
isolinux.py Skip isolinux ui setup on serial terminal config 2019-10-24 11:35:48 +02:00
zipl.py Fixed zipl bootloader config template 2019-11-14 16:59:02 +01:00