The linux rc.d script mounts several filesystems related to Linux ABI
compatibility layer. When /compat is located on a ZFS other than /, mount would fail because they were not mounted. Solve this by moving `linux` to depend on `zfs` which mounts all ZFS filesystems. Differential Revision: https://reviews.freebsd.org/D31848 MFC after: 2 weeks
This commit is contained in:
parent
2ac039f7be
commit
6f62e3a719
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: linux
|
||||
# REQUIRE: kldxref
|
||||
# REQUIRE: kldxref zfs
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
x
Reference in New Issue
Block a user