Skip to content

Commit

Permalink
fix: default btrfs filesystem for image (#62)
Browse files Browse the repository at this point in the history
* fix: ensure librepo is being used and default btrfs filesystem for image

* fix
  • Loading branch information
tulilirockz authored Jan 26, 2025
1 parent 624b601 commit e18196e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ _build-bib $target_image $tag $type $config: (_rootful_load_image target_image t
-v $(pwd)/output:/output \
-v /var/lib/containers/storage:/var/lib/containers/storage \
"${bib_image}" \
--rootfs btrfs \
${args} \
"${target_image}"

Expand Down

0 comments on commit e18196e

Please sign in to comment.