Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/distrib/utils/embedded/conf Pull up following revision(s)...
details: https://anonhg.NetBSD.org/src/rev/302f4f51b2aa
branches: netbsd-7
changeset: 798917:302f4f51b2aa
user: martin <martin%NetBSD.org@localhost>
date: Wed Jan 28 18:37:45 2015 +0000
description:
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
diffstat:
distrib/utils/embedded/conf/evbarm.conf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 462fd59fbe54 -r 302f4f51b2aa distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf Wed Jan 28 18:34:11 2015 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf Wed Jan 28 18:37:45 2015 +0000
@@ -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 @@
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