Module Name: src
Committed By: martin
Date: Mon Jan 30 11:54:25 UTC 2023
Modified Files:
src/distrib/common/bootimage [netbsd-10]: fstab.in
Log Message:
Pull up following revision(s) (requested by maya in ticket #62):
distrib/common/bootimage/fstab.in: revision 1.4
Make sure to mount /var/shm
Programs such as firefox seem to require it,
and this file is used by the live image as well.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.10.1 src/distrib/common/bootimage/fstab.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/common/bootimage/fstab.in
diff -u src/distrib/common/bootimage/fstab.in:1.3 src/distrib/common/bootimage/fstab.in:1.3.10.1
--- src/distrib/common/bootimage/fstab.in:1.3 Sat Dec 15 18:03:17 2018
+++ src/distrib/common/bootimage/fstab.in Mon Jan 30 11:54:25 2023
@@ -1,5 +1,6 @@
-ROOT.a / ffs rw 1 1
-ROOT.b none none sw 0 0
-ptyfs /dev/pts ptyfs rw 0 0
-kernfs /kern kernfs rw,noauto 0 0
-procfs /proc procfs rw,noauto 0 0
+ROOT.a / ffs rw 1 1
+ROOT.b none none sw 0 0
+ptyfs /dev/pts ptyfs rw 0 0
+kernfs /kern kernfs rw,noauto 0 0
+procfs /proc procfs rw,noauto 0 0
+tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0