From ca0ee966b8fd2090ad4da6c65c41544090c93d13 Mon Sep 17 00:00:00 2001 From: Finn Callies Date: Thu, 7 May 2026 07:44:40 +0200 Subject: [PATCH] pvics: Add image prereqs in manpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify the requirements for the base image in the pvics manpage. Reviewed-by: Holger Dengler Signed-off-by: Finn Callies Signed-off-by: Jan Höppner --- scripts/pvics.8 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripts/pvics.8 b/scripts/pvics.8 index 55ec9a97..aa5dc197 100644 --- a/scripts/pvics.8 +++ b/scripts/pvics.8 @@ -34,6 +34,21 @@ All operations preserve the original base image. Logs are written to a temporary file, with the filename logged as the first message during runtime. Temporary artifacts are automatically cleaned up on completion or failure. +.SH Base Image Prerequisites +The following prerequisites have to be fulfilled by the base image: +.IP \(bu 2 +label of boot partition set to boot +.IP \(bu 2 +label of root partition set to root +.IP \(bu 2 +guest is to be backed by a qcow2 image +.IP \(bu 2 +an initramfs containing the dracut module 95sel-ebc which is part of s390-tools +.IP \(bu 2 +a boot loader specifying that initramfs and a kernel parameter line on which root is specified by label +.IP \(bu 2 +any line starting with default= should be removed from /etc/zipl.conf + .SH ACTIONS .TP .B list