diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-03-25 23:02:49 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-03-25 23:02:49 +0000 |
commit | 302f5039f038f3459dfb5703a8b704c1d397efb9 (patch) | |
tree | fec2980e5ab2871f17b92d5837bfe35047212b22 /emulators/vmware/pkg-message | |
parent | Change "jensen@arizona.edu" to "toast@blackened.com". (diff) |
- Add a tip (/tmp usage)
Suggested by: des
Notes
Notes:
svn path=/head/; revision=27052
Diffstat (limited to 'emulators/vmware/pkg-message')
-rw-r--r-- | emulators/vmware/pkg-message | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emulators/vmware/pkg-message b/emulators/vmware/pkg-message index 4e1840a66f9d..f20a0c372f92 100644 --- a/emulators/vmware/pkg-message +++ b/emulators/vmware/pkg-message @@ -10,4 +10,11 @@ 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 + ************************************************************ |