Page MenuHomeFreeBSD

Add linux_skip_mounts
ClosedPublic

Authored by trasz on Nov 11 2019, 10:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 5:39 AM
Unknown Object (File)
Mar 2 2024, 10:36 AM
Unknown Object (File)
Feb 19 2024, 7:38 PM
Unknown Object (File)
Dec 20 2023, 6:07 AM
Unknown Object (File)
Dec 11 2023, 2:41 AM
Unknown Object (File)
Nov 23 2023, 2:17 AM
Unknown Object (File)
Nov 23 2023, 2:17 AM
Unknown Object (File)
Nov 23 2023, 2:17 AM
Subscribers

Details

Summary

Add 'linux_skip_mounts' rc.conf(5) variable, to avoid mounting
Linux-specific filesystems under /compat/linux when 'linux_enable'
is set to YES.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks good to me. I've already added linux_skip_mounts=YES to my rc.conf so when I upgrade to 13 I won't forget to do it. :)

This revision is now accepted and ready to land.Nov 11 2019, 10:17 PM

Under the assumption that the man page update will be added to https://reviews.freebsd.org/D22277: OK

I'm not 100% sure but I think all the variables in rc.conf are "positive", not "negative", like enable, never disable. So perhaps the variable should be called linux_mounts or linux_mounts_enable or linux_fs_mount or something, and default to YES.

Rename to 'linux_mounts_enable' and flip the meaning.

This revision now requires review to proceed.Nov 12 2019, 3:03 PM
In D22320#488259, @tijl wrote:

I'm not 100% sure but I think all the variables in rc.conf are "positive", not "negative", like enable, never disable.

Yes, we should avoid negative-sense controls, for sysctls as well.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 13 2019, 8:27 PM
This revision was automatically updated to reflect the committed changes.