I plan to MFS swap the /var to ramdisk as the following line in fstab: Swap /var mfs rw,-P=/proto/var,-s=65535,noexec,nosuid,nodev 0 0
This effectively mounts /var for me. Is there any gotcha if comment out line 258 in /etc/rc to: # mount /var >/dev/null 2>&1 To avoid getting /var mounted twice? Thanks!