summaryrefslogtreecommitdiff
path: root/ezjail.conf.sample
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2013-04-11 16:37:20 +0000
committererdgeist <erdgeist@erdgeist.org>2013-04-11 16:37:20 +0000
commit712a4cdb5468e03d861a822bdf01c07a590477a9 (patch)
tree17bfaf02b681cc2e4f67f398f3ab0c4da8197e3f /ezjail.conf.sample
parentc8694ac703e989f239d6e16044c9ad20e061a5eb (diff)
Farewell CVS for ports. ezjail_portscvsroot is gone.
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-xezjail.conf.sample13
1 files changed, 7 insertions, 6 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample
index 1815486..84b4f8b 100755
--- a/ezjail.conf.sample
+++ b/ezjail.conf.sample
@@ -6,7 +6,7 @@
6 6
7# Location of jail root directories 7# Location of jail root directories
8# 8#
9# Note: If you have spread your jails to multiple locations, use softlinks 9# Note: If you have spread your jails to multiple locations, use softlinks
10# to collect them in this directory 10# to collect them in this directory
11# ezjail_jaildir=/usr/jails 11# ezjail_jaildir=/usr/jails
12 12
@@ -19,10 +19,6 @@
19# Location of your copy of FreeBSD's source tree 19# Location of your copy of FreeBSD's source tree
20# ezjail_sourcetree=/usr/src 20# ezjail_sourcetree=/usr/src
21 21
22# In case you want to provide a copy of ports tree in base jail, set this to
23# a cvsroot near you
24# ezjail_portscvsroot=freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs
25
26# This is where the install sub command defaults to fetch its packages from 22# This is where the install sub command defaults to fetch its packages from
27# ezjail_ftphost=ftp.freebsd.org 23# ezjail_ftphost=ftp.freebsd.org
28 24
@@ -41,7 +37,7 @@
41 37
42# Default options for newly created jails 38# Default options for newly created jails
43# 39#
44# Note: Be VERY careful about disabling ezjail_mount_enable. Mounting 40# Note: Be VERY careful about disabling ezjail_mount_enable. Mounting
45# basejail via nullfs depends on this. You will have to find other 41# basejail via nullfs depends on this. You will have to find other
46# ways to provide your jail with essential system files 42# ways to provide your jail with essential system files
47# ezjail_mount_enable="YES" 43# ezjail_mount_enable="YES"
@@ -50,11 +46,16 @@
50# ezjail_procfs_enable="YES" 46# ezjail_procfs_enable="YES"
51# ezjail_fdescfs_enable="YES" 47# ezjail_fdescfs_enable="YES"
52 48
49# ZFS options
50
53# Setting this to YES will start to manage the basejail and newjail in ZFS 51# Setting this to YES will start to manage the basejail and newjail in ZFS
54# ezjail_use_zfs="YES" 52# ezjail_use_zfs="YES"
53
55# Setting this to YES will manage ALL new jails in their own zfs 54# Setting this to YES will manage ALL new jails in their own zfs
56# ezjail_use_zfs_for_jails="YES" 55# ezjail_use_zfs_for_jails="YES"
56
57# The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir 57# The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir
58
58# ezjail_jailzfs="tank/ezjail" 59# ezjail_jailzfs="tank/ezjail"
59# ADVANCED, be very careful! 60# ADVANCED, be very careful!
60# ezjail_zfs_properties="-o compression=lzjb -o atime=off" 61# ezjail_zfs_properties="-o compression=lzjb -o atime=off"