Add 'tmp' to the list of FILESYSTEMS dependencies. Some scripts that

depend on FILESYSTEMS run mktemp(1).  For systems that have read-only
root this is broken until memory disk based /tmp is instantiated.  At
least 'os-release' and 'motd' are subject to this problem.

Reviewed by:		ngie
Differential Revision:	https://reviews.freebsd.org/D28097
This commit is contained in:
Gleb Smirnoff 2021-01-11 11:11:29 -08:00
parent 7e4eca7136
commit 4f48fd7c56

View File

@ -4,7 +4,7 @@
#
# PROVIDE: FILESYSTEMS
# REQUIRE: root mountcritlocal cleanvar
# REQUIRE: root mountcritlocal cleanvar tmp
# This is a dummy dependency, for services which require filesystems
# to be mounted before starting. It also serves as the default early /