mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh, zfcpdbf, and zipl-switch-to-blscfg are system commands but the corresponding man pages are located in section 1 for user commands. Move the man pages to section 8 for system commands. Fixes: https://github.com/ibm-s390-linux/s390-tools/issues/135 Reviewed-by: Steffen Maier <maier@linux.ibm.com> [zfcpdbf] Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
48 lines
1.2 KiB
Groff
48 lines
1.2 KiB
Groff
.TH ZIPL-SWITCH-TO-BLSCFG 8 "May 2022" "s390-tools"
|
|
|
|
.SH NAME
|
|
zipl-switch-to-blscfg \- Switch zipl to use BootLoaderSpec configuration
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
\fBzipl-switch-to-blscfg\fP [OPTIONS]
|
|
.br
|
|
\fBzipl-switch-to-blscfg\fP {\-h|\-v}
|
|
|
|
.SH DESCRIPTION
|
|
This script switches the zipl boot-loader configuration to use BootLoaderSpec
|
|
files to define IPL sections. For each Linux kernel defined in the zipl.conf
|
|
config file, a BLS fragment is generated in the BLS directory specified. Also,
|
|
zipl.conf is modified to only contain global configuration. All IPL sections
|
|
come from BLS files.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fP, \fB\-\-help\fP
|
|
Print this help and exit
|
|
|
|
.TP
|
|
\fB\-v\fP, \fB\-\-version\fP
|
|
Print version information and exit
|
|
|
|
.TP
|
|
\fB\-\-backup-suffix <SUFFIX>\fP
|
|
The suffix used for backup files, defaults to .bak.
|
|
|
|
.TP
|
|
\fB\-\-bls-directory <DIRECTORY>\fP
|
|
The DIRECTORY where the BLS fragments will be stored. The directory is
|
|
created if it does not exist. By default /boot/loader/entries is used.
|
|
|
|
.TP
|
|
\fB\-\-config-file <FILE>\fP
|
|
The FILE used for zipl configuration file, defaults to /etc/zipl.conf.
|
|
|
|
.TP
|
|
\fB\-\-ignore-default\fP
|
|
Ignore the default option from the zipl configuration file
|
|
|
|
.TP
|
|
\fB\-\-use-version-name\fP
|
|
Use the section kernel version as the BLS file name
|