mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
302f5039f0
Suggested by: des
21 lines
585 B
Plaintext
21 lines
585 B
Plaintext
************************************************************
|
|
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
|
|
|
|
************************************************************
|