Module Name: src
Committed By: martin
Date: Wed Jan 28 18:37:45 UTC 2015
Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: evbarm.conf
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #466):
distrib/utils/embedded/conf/evbarm.conf: revision 1.19
add /var/shm tmpfs to fstab
To generate a diff of this commit:
cvs rdiff -u -r1.15.4.2 -r1.15.4.3 \
src/distrib/utils/embedded/conf/evbarm.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/conf/evbarm.conf
diff -u src/distrib/utils/embedded/conf/evbarm.conf:1.15.4.2 src/distrib/utils/embedded/conf/evbarm.conf:1.15.4.3
--- src/distrib/utils/embedded/conf/evbarm.conf:1.15.4.2 Wed Jan 28 11:27:03 2015
+++ src/distrib/utils/embedded/conf/evbarm.conf Wed Jan 28 18:37:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.15.4.2 2015/01/28 11:27:03 martin Exp $
+# $NetBSD: evbarm.conf,v 1.15.4.3 2015/01/28 18:37:45 martin Exp $
# evbarm shared config
#
image=$HOME/${board}.img
@@ -74,6 +74,7 @@ make_fstab_evbarm_normal() {
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/mail tmpfs rw,union,-s10M
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
}