summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware17/module.conf
blob: a127f452b0df2bce88ca3086ca7c859b453d1267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#!/bin/bash
REQUIRED_VERSION="${CONFIG_VMWARE_VERSION:-17.0.2}"
REQUIRED_TYPE="workstation"
REQUIRED_MODULES="kernel vmware-common"
REQUIRED_DIRECTORIES="
	/etc/vmware
	/usr/sbin
	/usr/lib/vmware/bin
	/usr/lib/vmware/icu
	/usr/lib/vmware/lib
	/usr/lib/vmware/libconf
	/usr/lib/vmware/licenses
	/usr/lib/vmware/resources
	/usr/lib/vmware/roms
	/usr/lib/vmware/scripts
	/usr/lib/vmware/share
	/usr/lib/vmware/xkeymap
	/usr/lib/vmware/vnckeymap
"
REQUIRED_FILES="
	/usr/lib/vmware/config
	/opt/openslx/vmchooser/plugins/vmware/vmware.conf
"
REQUIRED_BINARIES="
	vmnet-netifup
"

REQUIRED_VMWARE_DELETIONS="
	/etc/cups/thnuclnt.convs
	/etc/cups/thnuclnt.types
	/etc/init.d/vmamqpd
	/etc/init.d/vmware*
	/etc/modprobe.d/vmware-fuse.conf
	/etc/pam.d/vmware-authd
	/etc/rc?.d/???vmamqp*
	/etc/rc?.d/???vmware*
	/etc/thnuclnt
	/etc/vmware*
	/etc/xdg/menus/applications-merged
	/lib/modules/*-generic/misc/vmmon.ko
	/lib/modules/*-generic/misc/vmnet.ko
	/usr/bin/ovftool
	/usr/bin/vm-support
	/usr/bin/vmnet-bridge
	/usr/bin/vmnet-dhcpd
	/usr/bin/vmnet-natd
	/usr/bin/vmnet-netifup
	/usr/bin/vmnet-sniffer
	/usr/bin/vmplayer
	/usr/bin/vmrun
	/usr/bin/vmss2core
	/usr/bin/vmware*
	/usr/include/vmware-vix
	/usr/lib/cups/filter/thnucups
	/usr/lib/diskLibWrapper.so
	/usr/lib/libvixAllProducts.so
	/usr/lib/vmware*
	/usr/sbin/vmware*
	/usr/share/applications/vmware*
	/usr/share/desktop-directories/vmware-ace-vms.directory
	/usr/share/doc/vmware*
	/usr/share/icons/hicolor/*/apps/vmware*
	/usr/share/icons/hicolor/*/mimetypes/*vmware*
	/usr/share/man/man1/vmware.1.gz
	/usr/share/mime/packages/vmware-player.xml
	/var/lib/vmware
"