From 25088b340be83cd3cc30f7ca6c150dbd1ca39415 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Mon, 12 Jan 2026 15:38:51 +0100 Subject: [PATCH] README.md: zipl depends on mkfs.ext4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add mkfs.ext4 to zipl dependency list. It is required to prepare a NGDump dump partition. Signed-off-by: Alexander Egorenkov Reviewed-by: Marc Hartmayer Signed-off-by: Jan Höppner --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 725f60fd..dee397f1 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ the different tools are provided: 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: + are required to populate dumper's initramfs and prepare a dump partition: - cat - cut - findmnt @@ -426,6 +426,7 @@ the different tools are provided: - sha256sum - sync - umount + - mkfs.ext4 * zgetdump For building zgetdump you need OpenSSL version 1.1.0 or newer