mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
disable new containerinfo plugin for now, as it fails during configure when crosscompiling (AC_CHECK_FILE) and requires work on containerd template anyway. it may become a build option later add vmware-vmblock-fuse service as reported by @tranzystorek-io. Closes: #37067
6 lines
181 B
Bash
6 lines
181 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
[ -d /run/vmblock-fuse ] || mkdir -p /run/vmblock-fuse
|
|
exec vmware-vmblock-fuse -d -f -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
|