From f2672a9b292de0da9a90f4adc208f54c72f1ac5b Mon Sep 17 00:00:00 2001 From: windsor Date: Fri, 31 Dec 1999 04:42:02 +0000 Subject: [PATCH] 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. --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.conf b/etc/rc.conf index 9526e675f20e..6f27d6faf623 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -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 @@ defaultroute="" # if blank, use /etc/mygate 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