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:
parent
d791138b27
commit
39c3d6ec35
33 changed files with 591 additions and 4 deletions
|
|
@ -18,7 +18,6 @@ func ec2CommonPackageSet(t *imageType) rpmmd.PackageSet {
|
|||
"chrony",
|
||||
"langpacks-en",
|
||||
"libxcrypt-compat",
|
||||
"xfsprogs",
|
||||
"cloud-init",
|
||||
"checkpolicy",
|
||||
"net-tools",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue