aboutsummaryrefslogtreecommitdiff
path: root/teams/cloud
diff options
from:
to:
context:
space:
mode:
authorGravatar Adam Williamson <awilliam@redhat.com> 2024-05-03 13:22:57 -0700
committerGravatar Adam Williamson <awilliam@redhat.com> 2024-05-03 13:22:57 -0700
commit391d65ff7ff281410d4987998d057074c29410f8 (patch)
tree0452e44acb58e1a95d2acb53ebed42a4dec4de69 /teams/cloud
parent848b29bfafc83c0b8539eafa5b7295a7c6aef560 (diff)
downloadkiwi-descriptions-391d65ff7ff281410d4987998d057074c29410f8.tar.gz
kiwi-descriptions-391d65ff7ff281410d4987998d057074c29410f8.zip
Add btrfs-progs to Cloud images
It was previously being pulled in via weak dependencies of fwupd, but we removed fwupd in #47 and now it's not there any more. It is needed for the first boot resize by cloud-init to work, since we use a btrfs filesystem. Signed-off-by: Adam Williamson <awilliam@redhat.com>
Diffstat (limited to 'teams/cloud')
-rw-r--r--teams/cloud/cloud.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml
index fc178c3..cc08f0c 100644
--- a/teams/cloud/cloud.xml
+++ b/teams/cloud/cloud.xml
@@ -184,6 +184,7 @@
<ignore name="geolite2-city"/>
<ignore name="geolite2-country"/>
<ignore name="plymouth"/>
+ <package name="btrfs-progs"/>
<package name="python3-dnf-plugin-tracer"/>
<package name="glibc-langpack-en"/>
</packages>
@@ -197,6 +198,7 @@
<ignore name="geolite2-city"/>
<ignore name="geolite2-country"/>
<ignore name="plymouth"/>
+ <package name="btrfs-progs"/>
<package name="python3-dnf-plugin-tracer"/>
<package name="glibc-langpack-en"/>
</packages>