Skip to content
Snippets Groups Projects
Commit 180e2987 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/open-vm-tools: remove modules-load.d

It seems that it's actually not needed, contains already deprecated
modules (e.g. vmxnet, vmblock) and is even installed in wrong location
- it should be /usr/lib/modules-load.d or /etc/modules-load.d, not
/lib/modules-load.d.
parent 0f33b094
No related merge requests found
......@@ -4,7 +4,7 @@ pkgname=open-vm-tools
pkgver=11.0.5
_pkgsubver=${pkgver#*_p}
_ver=${pkgver/_p/-}
pkgrel=1
pkgrel=2
pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools."
url="https://github.com/vmware/open-vm-tools/"
arch="x86 x86_64"
......@@ -157,17 +157,6 @@ package() {
install -D -m 644 "$srcdir"/$pkgname.confd ./etc/conf.d/$pkgname
install -D -m 644 "$srcdir"/$pkgname.logrotate ./etc/logrotate.d/$pkgname
install -d -m 750 ./var/log/vmware
mkdir -p ./lib/modules-load.d/
cat > ./lib/modules-load.d/$pkgname.conf <<-EOF
vmblock
vmci
vmhgfs
vmsync
vmxnet
vsock
vmw_balloon
EOF
}
lang() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment