aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware/pkg-message
blob: f20a0c372f923c3bb184ba37dfbcaa9b625cb4e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
************************************************************
Add the following entry to /etc/fstab:

	linproc /compat/linux/proc linprocfs rw 0 0

and you can play with VMware after the next boot.

Or hit the following commands to play now. :)

	/sbin/mount_linprocfs linproc /compat/linux/proc
	/usr/local/etc/rc.d/vmware.sh start

Also, consider making a link /compat/linux/tmp if your /tmp
doesn't have sufficient free space or is slow.  VMware uses
/tmp to back the VM's memory.

e.g.
	ln -s /usr/tmp /compat/linux/tmp

************************************************************