Skip to content

Commit 3d32f59

Browse files
ddstreetchristopherco
authored andcommitted
feat: disable vm-base kiwi xml configuration for oem resizing
Resizing the rootfs partition and filesystem is handled by cloud-init, and does not need to be added using the kiwi resizing functionality.
1 parent 4460a5f commit 3d32f59

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

base/images/vm-base/vm-base.kiwi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<initrd action="setup">
3131
<dracut uefi="false"/>
3232
</initrd>
33+
<oemconfig>
34+
<oem-resize>false</oem-resize>
35+
</oemconfig>
3336
</type>
3437
</preferences>
3538

@@ -67,7 +70,6 @@
6770
<package name="device-mapper-event" />
6871
<package name="dnf5" />
6972
<package name="dnf5-plugins" />
70-
<package name="dracut-kiwi-oem-repart" />
7173
<package name="elfutils" />
7274
<package name="elfutils-default-yama-scope" />
7375
<package name="file" />

0 commit comments

Comments
 (0)