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 18, 2023
1 parent 46ab769 commit 37522c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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="true" rootfs_label="fedora">
<systemdisk name="fedora">
<volume name="@root=root"/>
<volume name="home" mountpoint="/home" parent="/"/>
<volume name="machines" parent="/var/lib"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
Expand Down Expand Up @@ -67,6 +72,7 @@
<package name="vim"/>
<package name="tzdata"/>
<package name="NetworkManager"/>
<package name="btrfs-progs"/>
</packages>
<packages type="image" profiles="Live,Disk">
<package name="syslinux"/>
Expand Down

0 comments on commit 37522c0

Please sign in to comment.