]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The linux rc.d script mounts several filesystems related to Linux ABI
authorXin LI <delphij@FreeBSD.org>
Mon, 20 Sep 2021 05:25:23 +0000 (22:25 -0700)
committerXin LI <delphij@FreeBSD.org>
Mon, 20 Sep 2021 05:25:26 +0000 (22:25 -0700)
commit6f62e3a719bdaba2a1ccdafe4e3a810217aea817
treefdc43f0258f73846873b754e53c41b73ef10ee07
parent2ac039f7be620f692a3a086f35a51f1a0b6b03d2
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
libexec/rc/rc.d/linux