kiwi-el8/test/unit/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 Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
grub2_test.py Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00
isolinux_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
zipl_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00