Module Name: src
Committed By: jmcneill
Date: Wed Jan 28 12:08:00 UTC 2015
Modified Files:
src/distrib/utils/embedded/conf: evbarm.conf
Log Message:
add /var/shm tmpfs to fstab
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/distrib/utils/embedded/conf/evbarm.conf:1.19
--- src/distrib/utils/embedded/conf/evbarm.conf:1.18 Fri Jan 23 15:17:58 2015
+++ src/distrib/utils/embedded/conf/evbarm.conf Wed Jan 28 12:08:00 2015
@@ -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 @@ 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
}