From fa92a7f7c9ebd4d57040a83285a081ed82c3b533 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Fri, 12 Sep 2025 09:42:10 +0200 Subject: [PATCH] README.md: Update dependencies for zipl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Dependencies section for zipl with the information of required tools/packages for stand-alone NVMe and list-directed DASD dump. Signed-off-by: Alexander Egorenkov Acked-by: Jan Höppner Acked-by: Mikhail Zaslonko Signed-off-by: Jan Höppner --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9218a70b..6b3fde0f 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,18 @@ the different tools are provided: dumping). Removing the inflate modules and function prototypes are the only major modifications made to the kernel version of zlib. + For stand-alone NVMe and list-directed DASD dump, the following tools/packages + are required to populate dumper's initramfs: + - cat + - cut + - findmnt + - logsave + - makedumpfile + - mount + - poweroff + - sha256sum + - sync + - umount * zgetdump For building zgetdump you need OpenSSL version 1.1.0 or newer