Page MenuHomeFreeBSD

Add linux_skip_mounts
ClosedPublic

Authored by trasz on Nov 11 2019, 10:06 PM.
Tags
None
Referenced Files
F162621198: D22320.id64284.diff
Wed, Jul 15, 4:09 AM
Unknown Object (File)
Mon, Jul 13, 7:45 AM
Unknown Object (File)
Sat, Jul 11, 6:07 AM
Unknown Object (File)
Thu, Jul 9, 10:24 PM
Unknown Object (File)
Tue, Jul 7, 2:08 AM
Unknown Object (File)
Sun, Jul 5, 3:21 AM
Unknown Object (File)
Sat, Jul 4, 5:17 PM
Unknown Object (File)
Sat, Jul 4, 9:19 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.