Skip to content
Matt Simerson edited this page Jul 28, 2017 · 2 revisions

Manual Provisioning a Jail

A jail can be manually provisioned by running the few commands at the bottom of each provisioning script.

export NEWJAIL=manuelo-jailo  (change this!)
. mail-toaster.sh
base_snapshot_exists || provision base
create_staged_fs $NEWJAIL
start_staged_jail $NEWJAIL
jexec stage bash
... do a bunch of stuff inside the jail ...
exit
promote_staged_jail $NEWJAIL
Clone this wiki locally