Page MenuHomeFreeBSD

rc: make the 'linux' script explicitly load filesystem modules
ClosedPublic

Authored by trasz on Apr 12 2021, 2:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 6:26 PM
Unknown Object (File)
Sun, Oct 12, 2:40 AM
Unknown Object (File)
Sun, Oct 12, 2:40 AM
Unknown Object (File)
Sun, Oct 12, 2:40 AM
Unknown Object (File)
Sat, Oct 11, 4:55 PM
Unknown Object (File)
Sep 15 2025, 1:39 PM
Unknown Object (File)
Sep 6 2025, 9:36 AM
Unknown Object (File)
Aug 18 2025, 3:02 PM
Subscribers

Details

Summary

This removes a minor annoyance with Linux jails, where you often
want linux_mounts_enable="NO", yet you want those filesystems
available for mounting in jails; normally mount(8) would result
in kernel automatically loading the KLD, but this doesn't work
inside jails or chroots.

PR: 242955

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable