Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common/bootimage Make sure to mount /var/shm



details:   https://anonhg.NetBSD.org/src/rev/6c39b5d8e776
branches:  trunk
changeset: 373290:6c39b5d8e776
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Jan 29 22:12:25 2023 +0000

description:
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.

diffstat:

 distrib/common/bootimage/fstab.in |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (15 lines):

diff -r b1389a66751f -r 6c39b5d8e776 distrib/common/bootimage/fstab.in
--- a/distrib/common/bootimage/fstab.in Sun Jan 29 18:37:20 2023 +0000
+++ b/distrib/common/bootimage/fstab.in Sun Jan 29 22:12:25 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index