manifest/os: move fs tool selection into the pipeline

Always include the tools for all the filesystem types in the partition table. There may be
usecases for having additional ones, for instance if the partition table is not known, but
this gives us a minimal baseline.

This includes dosfstools in images that have a vfat partition but did not include the tools.
This commit is contained in:
Tom Gundersen 2022-07-06 10:13:45 +01:00
parent d791138b27
commit 39c3d6ec35
33 changed files with 591 additions and 4 deletions

View file

@ -18,7 +18,6 @@ func ec2CommonPackageSet(t *imageType) rpmmd.PackageSet {
"chrony",
"langpacks-en",
"libxcrypt-compat",
"xfsprogs",
"cloud-init",
"checkpolicy",
"net-tools",