Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hack/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ parted
lvm2
dosfstools
e2fsprogs
# Required by bib-build test
qemu-img
2 changes: 1 addition & 1 deletion tmt/tests/booted/test-bib-build.nu
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ DISKEOF
let bib_image = $BIB_IMAGE
# Note: we disable SELinux labeling since we're running in a test VM
# and use unconfined_t to avoid permission issues
podman run --rm --privileged -v /var/lib/containers/storage:/var/lib/containers/storage --security-opt label=type:unconfined_t -v ./output:/output $bib_image --type qcow2 --local localhost/bootc-bib-test
podman run --rm --privileged -v /var/lib/containers/storage:/var/lib/containers/storage --security-opt label=type:unconfined_t -v ./output:/output $bib_image --type qcow2 --rootfs xfs localhost/bootc-bib-test

# Verify output was created
print "=== Verifying output ==="
Expand Down