14 lines
394 B
Plaintext
14 lines
394 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
|
||
|
|
||
|
************************************************************
|