-
Notifications
You must be signed in to change notification settings - Fork 16
Manual Provision
Matt Simerson edited this page Jul 28, 2017
·
2 revisions
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