ref: 76502f5e645399910a3087db915438004ab85285
parent: 4238643df3ccc3f6f240290d27806d1cf564a468
author: glenda <glenda@inter9>
date: Fri Sep 29 11:01:48 EDT 2023
Adding guide for ramfs.ms
--- /dev/null
+++ b/ramfs.ms
@@ -1,0 +1,9 @@
+To use ramfs for /tmp, replace these two lines in $home/lib/profile:
+
+if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
+ ramfs # in case we're running off a cd
+
+With these lines:
+
+ramfs /usr/$user/tmp
+bind -c /usr/$user/tmp /tmp