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)
Wed, Nov 6, 12:10 PM
Unknown Object (File)
Oct 6 2024, 4:43 PM
Unknown Object (File)
Oct 5 2024, 11:41 PM
Unknown Object (File)
Oct 4 2024, 11:31 PM
Unknown Object (File)
Oct 3 2024, 2:03 AM
Unknown Object (File)
Oct 2 2024, 11:47 PM
Unknown Object (File)
Oct 1 2024, 7:11 AM
Unknown Object (File)
Sep 27 2024, 1:23 AM
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