diff options
| author | 2024-04-02 14:48:20 +0200 | |
|---|---|---|
| committer | 2024-04-02 13:56:37 +0000 | |
| commit | 5c131992d0fd100aab91baae8520f22d11a6c149 (patch) | |
| tree | 35d01b0ba8fd89b376e7292df76165ab21231b6a /teams/cloud | |
| parent | cf376d17213609cbe4b900aba089fe38ef991c33 (diff) | |
| download | kiwi-descriptions-5c131992d0fd100aab91baae8520f22d11a6c149.tar.gz kiwi-descriptions-5c131992d0fd100aab91baae8520f22d11a6c149.zip | |
teams/cloud/container: Add cpio and file to Toolbx
They are currently being pulled in as dependencies of dracut and
grub2-tools respectively. However, since they are explicitly mentioned
in the list of default RPMs on Fedora Silverblue and Workstation [1],
they should be mentioned here too, especially since packages like dracut
and grub2-tools are related to booting the host operating system and
might not be useful in a container.
[1] https://pagure.io/fedora-comps/
https://pagure.io/fedora-kiwi-descriptions/pull-request/40
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 19d4441..38ec1c7 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -165,6 +165,7 @@ <package name="bzip2"/> <package name="coreutils"/> <package name="coreutils-common"/> + <package name="cpio"/> <package name="curl"/> <package name="default-editor"/> <package name="diffutils"/> @@ -172,6 +173,7 @@ <package name="dnf-yum"/> <!-- https://pagure.io/fesco/issue/1312#comment-30991 --> <package name="dnf-plugins-core"/> <package name="fedora-release-toolbx"/> + <package name="file"/> <package name="findutils"/> <package name="flatpak-spawn"/> <package name="fpaste"/> |