Module Name: src
Committed By: maya
Date: Sun Jan 29 22:12:25 UTC 2023
Modified Files:
src/distrib/common/bootimage: fstab.in
Log Message:
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.4 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.4
--- src/distrib/common/bootimage/fstab.in:1.3 Sat Dec 15 18:03:17 2018
+++ src/distrib/common/bootimage/fstab.in Sun Jan 29 22:12: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