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>
This commit is contained in:
parent
848b29bfaf
commit
391d65ff7f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user