rc: kldxref only needs to depend on rootfs, not FILESYSTEMS

This makes it run a bit earlier in the startup, which will
be useful for the linux rc script later on.

Reviewed By:	imp (earlier version)
Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D29589
This commit is contained in:
Edward Tomasz Napierala 2021-04-10 09:19:25 +01:00
parent 041c504942
commit 44f3b1aa98

View File

@ -4,7 +4,7 @@
#
# PROVIDE: kldxref
# REQUIRE: FILESYSTEMS
# REQUIRE: root
# BEFORE: netif
# KEYWORD: nojail