mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Ship a minimal zipl configuration file at /lib/s390-tools/zipl.conf by default which would help systems using BLS files, without having to create the traditional /etc/zipl.conf file. GitHub-ID: https://github.com/ibm-s390-tools/s390-tools/issues/70 GitHub-ID: https://github.com/ibm-s390-tools/s390-tools/pull/71 Signed-off-by: Tuan Hoang <tmhoang@linux.ibm.com> Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
# This is an example of a minimal zipl.conf file that can be used when the
|
|
# sections are defined in BootLoaderSpec fragments files.
|
|
#
|
|
# See the zipl and zipl.conf man page for more details.
|
|
[defaultboot]
|
|
defaultauto
|
|
prompt=1
|
|
timeout=5
|
|
secure=auto
|
|
target=/boot
|