summaryrefslogtreecommitdiff
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-10-11 10:50:58 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-11-15 20:07:54 +0100
commitbf3598befff0137592834465ef728fdaabf1e778 (patch)
treeab0bb5ac836eeaf651f02fc2c9fe17c3a585fc76 /mkosi.conf.d
parent68665704dc9bb706d2b993808839d59dbabd7a9d (diff)
downloadsystemd-bf3598befff0137592834465ef728fdaabf1e778.tar.gz
mkfs-util: Add support to populate vfat without mounting using mcopy
mkfs.vfat doesn't support specifying a root directory to bootstrap the filesystem from (see https://github.com/dosfstools/dosfstools/issues/183). Instead, we can use the mcopy tool from the mtools package to copy files into the vfat filesystem after creating it without needing to mount the vfat filesystem.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r--mkosi.conf.d/10-systemd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf
index 0915e71357..f9e4d08616 100644
--- a/mkosi.conf.d/10-systemd.conf
+++ b/mkosi.conf.d/10-systemd.conf
@@ -21,6 +21,7 @@ Packages=
coreutils
diffutils
dnsmasq
+ dosfstools
e2fsprogs
findutils
gcc # For sanitizer libraries
@@ -30,6 +31,7 @@ Packages=
kexec-tools
kmod
less
+ mtools
nano
nftables
openssl