README.md: zipl depends on mkfs.ext4

Add mkfs.ext4 to zipl dependency list. It is required to prepare
a NGDump dump partition.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Marc Hartmayer <marc@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Alexander Egorenkov
2026-01-12 15:38:51 +01:00
committed by Jan Höppner
parent 8edc5558b5
commit 25088b340b

View File

@@ -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