summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-11-23 20:09:58 +0000
committermux <mux@FreeBSD.org>2004-11-23 20:09:58 +0000
commitc6e2c549c210e861b6037e36243520ab227c9696 (patch)
tree2206b4dae242c9d0a03949735b79871ea732a92d /etc/defaults
parenta73c9ef46aca08b05b3abbd9dbd791799d71ea93 (diff)
downloadFreeBSD-src-c6e2c549c210e861b6037e36243520ab227c9696.zip
FreeBSD-src-c6e2c549c210e861b6037e36243520ab227c9696.tar.gz
Implement per-jail fstab(5) files. Here's a rc.conf sample using
this feature for a jail named foo : jail_foo_mount_enable="YES" jail_foo_fstab="/etc/fstab.foo" The second line is actually useless, since the code defaults to using "/etc/fstab.$jailname" as the fstab file if none is specified. MFC after: 3 days Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index cfc8dd6..92136e3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -497,7 +497,9 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
#jail_example_devfs_enable="NO" # mount devfs in the jail
#jail_example_fdescfs_enable="NO" # mount fdescfs in the jail
#jail_example_procfs_enable="NO" # mount procfs in jail
+#jail_example_mount_enable="NO" # mount/umount jail's fs
#jail_example_devfs_ruleset="ruleset_name" # devfs ruleset to apply to jail
+#jail_example_fstab="" # fstab(5) for mount/umount
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
OpenPOWER on IntegriCloud