diff --git a/zipl/man/zipl.8 b/zipl/man/zipl.8 index 79e6fe87..a95b76a8 100644 --- a/zipl/man/zipl.8 +++ b/zipl/man/zipl.8 @@ -352,6 +352,21 @@ whether they contain a dump signature or not. This option can only be used together with .BR \-\-mvdump . +.TP +.BR "\-S " " or " "\-\-secure " +Control the zIPL secure boot support. + can take one of three values: + + auto (default) + Write signatures if available and supported by the system. + 1 + Signatures are written independent of support indicated by the local + system. Also missing signatures for stage 3 and kernel IPL files + will result in an error. + 0 + No signatures will be written. + + .SH EXAMPLE 1. Scenario: prepare disk for booting a Linux kernel image using the following parameters: diff --git a/zipl/man/zipl.conf.5 b/zipl/man/zipl.conf.5 index d4877d88..f947dd08 100644 --- a/zipl/man/zipl.conf.5 +++ b/zipl/man/zipl.conf.5 @@ -82,6 +82,8 @@ below). .br defaultmenu = menu1 .br +secure = auto +.br [linux] .br @@ -517,6 +519,31 @@ An optional hexadecimal address may be provided to load the kernel to a non-default memory location. .PP +.B secure += +.IR auto / 1 / 0 +(configuration only) +.IP +.B Configuration section: +.br +Control the zIPL secure boot support. +Set this option to one of the following: +.IP " - " 12 +.BR auto: +Write signatures if available and supported by the system. +.IP " - " 12 +.BR 1: +Signatures are written independent of support indicated by the local system. +Also missing signatures for stage 3 and kernel IPL files will result in an error. +.IP " - " 12 +.BR 0: +No signatures will be written. + +The default value for +.B 'secure' +is auto. +.PP + .B segment = .IR segment\-file , address