From 76ef4972bedd07547a713dfa6ac1ebbe5eb99e0a Mon Sep 17 00:00:00 2001 From: Alan Marshall Date: Thu, 24 Feb 2022 16:34:01 +0000 Subject: [PATCH] Update README.md Package name correction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef24bb1..6292527 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ createhdds.py creates and maintains the set of pre-rolled hard disk images neede ## Requirements -createhdds requires libvirt-daemon-kvm, libvirt-python3, python3-libguestfs, python3-fedfind, qemu-kvm, virt-install, and (for ppc64 images) powerpc-utils. You will need somewhere around 100-150GB of disk space for the full set of base images for all supported arches. +createhdds requires libvirt-daemon-kvm, python3-libvirt, python3-libguestfs, python3-fedfind, qemu-kvm, virt-install, and (for ppc64 images) powerpc-utils. You will need somewhere around 100-150GB of disk space for the full set of base images for all supported arches. ## Usage