diskimage-builder/diskimage_builder/elements/zipl
zhouxinyong e3d6b8b0ec Delete the duplicate words in 50-zipl
Change-Id: Icaa3678f8b46f2a02eb9254753ed30ab8215aa7f
2019-01-07 10:02:35 +08:00
..
environment.d Add zipl element as s390x architecture bootloader 2017-11-07 17:19:27 +01:00
finalise.d Delete the duplicate words in 50-zipl 2019-01-07 10:02:35 +08:00
pre-install.d Add zipl element as s390x architecture bootloader 2017-11-07 17:19:27 +01:00
element-deps Add zipl element as s390x architecture bootloader 2017-11-07 17:19:27 +01:00
element-provides Add zipl element as s390x architecture bootloader 2017-11-07 17:19:27 +01:00
package-installs.yaml Add zipl element as s390x architecture bootloader 2017-11-07 17:19:27 +01:00
README.rst Add zipl element as s390x architecture bootloader 2017-11-07 17:19:27 +01:00

==========
zipl
==========

Zipl is the bootloader for s390x.

This element installs zipl on the base device holding the /boot directory on the system.
It's mandatory for building s390x images. It replaces the `bootloader` element
(which would install grub2 by default).

This element has been tested with `ubuntu` and `ubuntu-minimal` distro.

Arguments
=========

* ``DIB_ZIPL_DEFAULT_CMDLINE`` sets the CMDLINE parameters that
  are appended to the zipl.conf parameter configuration. It defaults to
  'LANG=en_US.UTF-8 console=ttyS0 console=ttyS1'