From 388c9ffef5f5ddb024c9c41e58f486e79f946521 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 16 Jan 2006 05:07:14 +0000 Subject: Introducing ezjail_portscvsroot, dont initialize defaults twice --- ezjail.conf.sample | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 5c5e589..8824a56 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample @@ -8,25 +8,28 @@ # # Note: If you have spread your jails to multiple locations, use softlinks # to collect them in this directory -ezjail_jaildir=/usr/jails +# ezjail_jaildir=/usr/jails # Location of the tiny skeleton jail template -ezjail_jailtemplate=$ezjail_jaildir/newjail +# ezjail_jailtemplate=$ezjail_jaildir/newjail # Location of the huge base jail -ezjail_jailbase=$ezjail_jaildir/basejail +# ezjail_jailbase=$ezjail_jaildir/basejail # Location of your copy of FreeBSD's source tree -ezjail_sourcetree=/usr/src +# ezjail_sourcetree=/usr/src + +# In case you want to provide a copy of ports tree in base jail, set this to +# a cvsroot near you +# ezjail_portscvsroot=:pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs # Default options for newly created jails # # Note: Be VERY careful about disabling ezjail_mount_enable. Mounting # basejail via nullfs depends on this. You will have to find other # ways to provide your jail with essential system files -ezjail_mount_enable="YES" -ezjail_devfs_enable="YES" -ezjail_devfs_ruleset="devfsrules_jail" -ezjail_procfs_enable="YES" -ezjail_fdescfs_enable="YES" - +# ezjail_mount_enable="YES" +# ezjail_devfs_enable="YES" +# ezjail_devfs_ruleset="devfsrules_jail" +# ezjail_procfs_enable="YES" +# ezjail_fdescfs_enable="YES" -- cgit v1.2.3