diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-11-13 20:27:38 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-11-13 20:27:38 +0000 |
commit | 5dece9b25a5bdf7f5b2bb643548ef8e60cf2779a (patch) | |
tree | 986c486a0d2bd9b201c48c1fdb29e31acae84618 /libexec/rc/rc.conf | |
parent | 4e0706cbdff434fd4153dca3738d30272e0f4594 (diff) |
Add 'linux_mounts_enable' rc.conf(5) variable, to make it possible
to disable mounting Linux-specific filesystems under /compat/linux
when 'linux_enable' is set to YES.
Reviewed by: netchild, ian (earlier version)
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22320
Notes
Notes:
svn path=/head/; revision=354690
Diffstat (limited to 'libexec/rc/rc.conf')
-rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index e60ddda369cd..a58ed1670b53 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -640,6 +640,8 @@ firstboot_sentinel="/firstboot" # Scripts with "firstboot" keyword are run if # the file can be deleted after the boot completes. sysvipc_enable="NO" # Load System V IPC primitives at startup (or NO). linux_enable="NO" # Linux binary compatibility loaded at startup (or NO). +linux_mounts_enable="YES" # If linux_enable is set to YES, mount Linux-specific + # filesystems at startup. clear_tmp_enable="NO" # Clear /tmp at startup. clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks |