From: Patrick Schleizer Date: Mon, 23 Oct 2023 11:52:08 +0000 (-0400) Subject: debian: add dosfstools to Depends for EFI use case X-Git-Tag: v0.105~14^2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=256bdb717afc7a930ebe24e1ecd0f8c02c98279d 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 --- 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,