Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-10]: src/distrib/common/bootimage Pull up following revision(s) (...
details: https://anonhg.NetBSD.org/src/rev/ca1e63b75418
branches: netbsd-10
changeset: 373300:ca1e63b75418
user: martin <martin%NetBSD.org@localhost>
date: Mon Jan 30 11:54:25 2023 +0000
description:
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.
diffstat:
distrib/common/bootimage/fstab.in | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (15 lines):
diff -r 99bc8fc46d67 -r ca1e63b75418 distrib/common/bootimage/fstab.in
--- a/distrib/common/bootimage/fstab.in Mon Jan 30 11:52:22 2023 +0000
+++ b/distrib/common/bootimage/fstab.in Mon Jan 30 11:54: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