From f4124d996d88e3ce9f7ce89a9cbe5d80b344be70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= <timothee.floure@posteo.net>
Date: Mon, 9 Dec 2019 14:57:42 +0100
Subject: [PATCH] Fedora image: mention build-time depency on e2fsprogs

---
 fedora-build-opennebula-image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedora-build-opennebula-image.sh b/fedora-build-opennebula-image.sh
index ac26d7d..b120dc6 100755
--- a/fedora-build-opennebula-image.sh
+++ b/fedora-build-opennebula-image.sh
@@ -9,7 +9,7 @@
 # definitely opinionated.
 
 # Depends on the following packages (as of Fedora 31):
-#   qemu-img util-linux coreutils dnf curl
+#   qemu-img util-linux coreutils dnf curl e2fsprogs
 
 # Run locally (without network) with:
 #   qemu-system-x86_64 -enable-kvm -m 1G -drive file=$IMAGE,format=qcow2