diff options
Diffstat (limited to 'emulators/vmware2/pkg-message')
-rw-r--r-- | emulators/vmware2/pkg-message | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/vmware2/pkg-message b/emulators/vmware2/pkg-message new file mode 100644 index 000000000000..4e1840a66f9d --- /dev/null +++ b/emulators/vmware2/pkg-message @@ -0,0 +1,13 @@ +************************************************************ +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 + +************************************************************ |