mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
containers.storage: improve ZFS compatibility
ZFS does not support OverlayFS by default, so the fuse-overlayfs mount program should be configured to workaround.
This commit is contained in:
parent
5d1354f32f
commit
7a5701e90f
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'containers.storage'
|
# Template file for 'containers.storage'
|
||||||
pkgname=containers.storage
|
pkgname=containers.storage
|
||||||
version=1.37.3
|
version=1.37.3
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="go-md2man"
|
hostmakedepends="go-md2man"
|
||||||
|
depends="fuse-overlayfs"
|
||||||
short_desc="Storage configuration shared by podman, buildah, and skopeo"
|
short_desc="Storage configuration shared by podman, buildah, and skopeo"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -17,5 +18,6 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vman "$_manpage"
|
vman "$_manpage"
|
||||||
|
vsed -e 's/^#mount_program = "/mount_program = "/' -i storage.conf
|
||||||
vinstall storage.conf 0644 usr/share/containers
|
vinstall storage.conf 0644 usr/share/containers
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue