Date: Saturday, July 23, 2011 @ 15:42:07 Author: tomegun Revision: 132374
fstab: remove /dev/{shm,pts} add /tmp /dev/{shm,pts} are dealt with by initrd or rc.sysinit. Making /tmp a tmpfs by default as this is almost always the right thing to do. Modified: filesystem/trunk/fstab -------+ fstab | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: fstab =================================================================== --- fstab 2011-07-23 18:06:27 UTC (rev 132373) +++ fstab 2011-07-23 19:42:07 UTC (rev 132374) @@ -1,6 +1,5 @@ # # /etc/fstab: static file system information # -# <file system> <dir> <type> <options> <dump> <pass> -devpts /dev/pts devpts defaults 0 0 -shm /dev/shm tmpfs nodev,nosuid 0 0 +# <file system> <dir> <type> <options> <dump> <pass> +tmpfs /tmp tmpfs nodev,nosuid 0 0