From 6863994118a83c0c158d1be22ecc7ed5be905b9b Mon Sep 17 00:00:00 2001 From: Raven Date: Sat, 25 May 2024 02:50:51 -0500 Subject: [PATCH] Adds dosfstools to the PKGBUILD depends (#2439) One of the tools needed by archinstall is mkfs.fatXX and this wasn't automatically installed. Co-authored-by: Raven --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index c332d043..3c6043c6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,6 +15,7 @@ depends=( 'btrfs-progs' 'coreutils' 'cryptsetup' + 'dosfstools' 'e2fsprogs' 'glibc' 'kbd'