debian: add dosfstools to Depends for EFI use case
authorPatrick Schleizer <adrelanos@whonix.org>
Mon, 23 Oct 2023 11:52:08 +0000 (07:52 -0400)
committerPatrick Schleizer <adrelanos@whonix.org>
Wed, 25 Oct 2023 14:45:39 +0000 (10:45 -0400)
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

index 44f34ec..645c84c 100644 (file)
@@ -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,