Source-Changes-HG archive

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

[src/trunk]: src/etc We need to put /usr in critical_filesystems_beforenet si...



details:   https://anonhg.NetBSD.org/src/rev/8cf5076a216d
branches:  trunk
changeset: 480045:8cf5076a216d
user:      windsor <windsor%NetBSD.org@localhost>
date:      Fri Dec 31 04:42:02 1999 +0000

description:
We need to put /usr in critical_filesystems_beforenet since rc.subr
("mount_critical_filesystems local") makes no assumptions about /usr.

Under certain (semi-normal) conditions, /usr is never mounted until
"mount -a" late in rc(8), and This Is Bad.

diffstat:

 etc/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 314a4ad83217 -r 8cf5076a216d etc/rc.conf
--- a/etc/rc.conf       Fri Dec 31 04:03:18 1999 +0000
+++ b/etc/rc.conf       Fri Dec 31 04:42:02 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.67 1999/12/23 15:07:21 windsor Exp $
+#      $NetBSD: rc.conf,v 1.68 1999/12/31 04:42:02 windsor Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -28,7 +28,7 @@
 domainname=""                          # if blank, use /etc/defaultdomain
 
 # Filesystems to mount early in boot-up
-critical_filesystems_beforenet="/var"
+critical_filesystems_beforenet="/usr /var"
 critical_filesystems=""
 
 # Set this to YES if you have purposefully setup no swap partitions and



Home | Main Index | Thread Index | Old Index