We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb46ce commit f34019aCopy full SHA for f34019a
1 file changed
tmt/tests/booted/test-install-karg-delete.nu
@@ -13,6 +13,9 @@ let target_image = (tap get_target_image)
13
mkdir /var/mnt
14
truncate -s 10G disk.img
15
mkfs.ext4 disk.img
16
+if (tap is_composefs) {
17
+ tune2fs -O verity disk.img
18
+}
19
mount -o loop disk.img /var/mnt
20
21
# Mask off the bootupd state to reproduce https://github.com/bootc-dev/bootc/issues/1778
0 commit comments