From 299fd2b7729f35c6fe3be18964f7e5e6a365f94d Mon Sep 17 00:00:00 2001 From: Stefan Haberland Date: Wed, 26 Feb 2020 15:06:13 +0100 Subject: [PATCH] zipl: fix zipl.conf man page example for secure boot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The secure= option is not supported in the defaultboot section when a menu is used. It should be placed in the menu section in this case. Signed-off-by: Stefan Haberland Signed-off-by: Jan Höppner --- zipl/man/zipl.conf.5.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zipl/man/zipl.conf.5.in b/zipl/man/zipl.conf.5.in index 37e1307e..41bf9765 100644 --- a/zipl/man/zipl.conf.5.in +++ b/zipl/man/zipl.conf.5.in @@ -87,8 +87,6 @@ below). .br defaultmenu = menu1 .br -secure = auto -.br [linux] .br @@ -122,6 +120,8 @@ prompt = 1 .br timeout = 0 .br +secure = auto +.br .PP .B BootLoaderSpec configuration files @@ -533,7 +533,7 @@ non-default memory location. .B secure = .IR auto / 1 / 0 -(configuration only) +(configuration and menu) .IP .B Configuration section: .br