Skip to content

Commit

Permalink
update Fedora integration test
Browse files Browse the repository at this point in the history
The setting of a default volume is unwanted here
  • Loading branch information
schaefi committed Jul 27, 2023
1 parent 8e90ede commit 5b2c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@
</type>
</preferences>
<preferences profiles="Virtual">
<type image="oem" filesystem="btrfs" kernelcmdline="console=ttyS0" firmware="uefi" format="qcow2" btrfs_create_toplevel_subvolume="true" rootfs_label="fedora" bootpartition="true" bootfilesystem="ext4">
<type image="oem" filesystem="btrfs" kernelcmdline="console=ttyS0" firmware="uefi" format="qcow2" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora" bootpartition="true" bootfilesystem="ext4">
<systemdisk name="fedora">
<volume name="@root=root"/>
<volume name="home" parent="/"/>
Expand Down

0 comments on commit 5b2c135

Please sign in to comment.