diff options
author | knu <knu@FreeBSD.org> | 2000-03-26 07:02:49 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-03-26 07:02:49 +0800 |
commit | 2b25a9281fd5971bb45543f718719531fc079ce5 (patch) | |
tree | 5a62ae9b50a2de848be03687487dcd14c06eef6f /emulators | |
parent | 6bc454c11d5378c75225da2393a4418017ee7011 (diff) | |
download | freebsd-ports-gnome-2b25a9281fd5971bb45543f718719531fc079ce5.tar.gz freebsd-ports-gnome-2b25a9281fd5971bb45543f718719531fc079ce5.tar.zst freebsd-ports-gnome-2b25a9281fd5971bb45543f718719531fc079ce5.zip |
- Add a tip (/tmp usage)
Suggested by: des
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware/pkg-message | 7 | ||||
-rw-r--r-- | emulators/vmware2/pkg-message | 7 | ||||
-rw-r--r-- | emulators/vmware3/pkg-message | 7 |
3 files changed, 21 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 + ************************************************************ diff --git a/emulators/vmware2/pkg-message b/emulators/vmware2/pkg-message index 4e1840a66f9d..f20a0c372f92 100644 --- a/emulators/vmware2/pkg-message +++ b/emulators/vmware2/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 + ************************************************************ diff --git a/emulators/vmware3/pkg-message b/emulators/vmware3/pkg-message index 4e1840a66f9d..f20a0c372f92 100644 --- a/emulators/vmware3/pkg-message +++ b/emulators/vmware3/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 + ************************************************************ |