wm: doc

ref: e5218ec02383aeffe10b32cfc5a1ba3778654c0a
dir: /ramfs.ms/

View raw version
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