Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/conf add /var/shm tmpfs to fstab



details:   https://anonhg.NetBSD.org/src/rev/495f3eb2704c
branches:  trunk
changeset: 335882:495f3eb2704c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 28 12:08:00 2015 +0000

description:
add /var/shm tmpfs to fstab

diffstat:

 distrib/utils/embedded/conf/evbarm.conf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 2bb90dccbe7e -r 495f3eb2704c distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf   Wed Jan 28 09:41:04 2015 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf   Wed Jan 28 12:08:00 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.18 2015/01/23 15:17:58 skrll Exp $
+# $NetBSD: evbarm.conf,v 1.19 2015/01/28 12:08:00 jmcneill Exp $
 # evbarm shared config
 #
 image=$HOME/${board}.img
@@ -74,6 +74,7 @@
 kernfs         /kern           kernfs  rw
 ptyfs          /dev/pts        ptyfs   rw
 procfs         /proc           procfs  rw
+tmpfs          /var/shm        tmpfs   rw,-m1777,-sram%25
 EOF
 }
 
@@ -97,6 +98,7 @@
 tmpfs          /var/spool/postfix      tmpfs   rw,union,-s20M
 tmpfs          /var/db/postfix         tmpfs   rw,union,-s1M
 tmpfs          /var/chroot             tmpfs   rw,union,-s10M
+tmpfs          /var/shm                tmpfs   rw,-m1777,-sram%25
 EOF
 }
 



Home | Main Index | Thread Index | Old Index