Skip to content

Commit

Permalink
cirrus: Install fuse-overlayfs
Browse files Browse the repository at this point in the history
Fixes:
podman run -d -v /home:/home:ro -v /var/spool:/var/spool:rw -p 21:21 fedora sleep 1h  # ./contrib/cirrus/test.sh:11 in main()
Error: configure storage: overlay: can't stat program "/usr/bin/fuse-overlayfs": faccessat /usr/bin/fuse-overlayfs: no such file or directory

Signed-off-by: Vit Mojzis <[email protected]>
  • Loading branch information
vmojzis committed May 30, 2024
1 parent 5ed2702 commit afcb14f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/cirrus/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ case "${OS_RELEASE_ID}" in
msg "Installing necessary additional packages"
ooe.sh dnf install -y \
setools-console \
systemd-devel
systemd-devel \
fuse-overlayfs
;;
*) bad_os_id_ver ;;
esac
Expand Down

0 comments on commit afcb14f

Please sign in to comment.