From 256bdb717afc7a930ebe24e1ecd0f8c02c98279d Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 23 Oct 2023 07:52:08 -0400 Subject: [PATCH] debian: add dosfstools to Depends for EFI use case It's required for builds with `--vmefi` and `--efi`, since those depend on mkfs.fat. Closes: https://github.com/grml/grml-debootstrap/issues/225 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 44f34ec..645c84c 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Architecture: all Depends: debian-archive-keyring, debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16) | mmdebstrap, + dosfstools, e2fsprogs, fdisk | util-linux (<< 2.29.2-3~), gawk, -- 2.1.4