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.
This commit is contained in:
parent
faa0b30255
commit
f2672a9b29
|
@ -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.
|
# see rc.conf(5) for more information.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ defaultroute="" # if blank, use /etc/mygate
|
||||||
domainname="" # if blank, use /etc/defaultdomain
|
domainname="" # if blank, use /etc/defaultdomain
|
||||||
|
|
||||||
# Filesystems to mount early in boot-up
|
# Filesystems to mount early in boot-up
|
||||||
critical_filesystems_beforenet="/var"
|
critical_filesystems_beforenet="/usr /var"
|
||||||
critical_filesystems=""
|
critical_filesystems=""
|
||||||
|
|
||||||
# Set this to YES if you have purposefully setup no swap partitions and
|
# Set this to YES if you have purposefully setup no swap partitions and
|
||||||
|
|
Loading…
Reference in New Issue