Skip to content

Commit

Permalink
Use btrfs for fedora/test-image-live-disk test
Browse files Browse the repository at this point in the history
Change the Virtual profile to build a btrfs based image
for testing respective btrfs layouts
  • Loading branch information
schaefi committed Jul 16, 2023
1 parent 61612ac commit 7df8a3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build-tests/x86/fedora/test-image-live-disk/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
</type>
</preferences>
<preferences profiles="Virtual">
<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0" firmware="uefi" format="qcow2">
<type image="oem" filesystem="btrfs" kernelcmdline="console=ttyS0" firmware="uefi" format="qcow2" btrfs_create_toplevel_subvolume="false">
<systemdisk name="fedora">
<volume name="home"/>
<volume name="root"/>
<volume name="var/lib/machines"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
Expand Down

0 comments on commit 7df8a3d

Please sign in to comment.