Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bastille-convert(8)	     System Manager's Manual	     bastille-convert(8)

NAME
     bastille  convert -- Convert a jail from thin to thick; convert a jail to a
     custom release.

SYNOPSIS
     bastille [-ayx] TARGET
     bastille [-ax] TARGET RELEASE

DESCRIPTION
     The bastille sub-command will convert a thin jail to a thick jail	if  only
     the TARGET argument is given. If a TARGET and RELEASE is specified, it will
     convert  the  jail  (must	be a thick jail) into a custom release. The jail
     will remain intact, and you will have a duplicate of it to use a a  release
     base for any new jails.

     bastille convert [-ayx] TARGET

	     -a, --auto
		     Auto mode. Start/stop jail(s) if required.

	     -y, --yes
		     Do not prompt. Assume always yes.

	     -x, --debug
		     Enable debug mode.

		     Converting  a  thin jail to a thick jail is not reversible.
		     You will be be prompted to accept this action if [-y|--yes]
		     is not specified.

     bastille convert [-ayx] TARGET RELEASE

	     -a, --auto
		     Auto mode. Start/stop jail(s) if requried.

	     -x, --debug
		     Enable debug mode.

		     A release created by this method is stored in the	releases
		     directory,  and can be used to create jails with the '--no-
		     validate' flag. See bastille-create(8).

EXAMPLES
     Convert myjail from thin to thick:
	     bastille convert myjail

     Convert myjail from thin to thick (no prompts):
	     bastille convert -ay myjail

     Create myrelease from myjail:
	     bastille convert myjail myrelease

SEE ALSO
     bastille.conf(5),	 bastille-bootstrap(8),   bastille-clone(8),   bastille-
     cmd(8),  bastille-config(8), bastille-console(8), bastille-cp(8), bastille-
     create(8),  bastille-destroy(8),  bastille-edit(8),  bastille-etcupdate(8),
     bastille-export(8),  bastille-htop(8), bastille-import(8), bastille-jcp(8),
     bastille-limits(8), bastille-list(8),  bastille-migrate(8),  bastille-moni-
     tor(8),  bastille-mount(8), bastille-network(8), bastille-pkg(8), bastille-
     rcp(8), bastille-rdr(8), bastille-rename(8), bastille-restart(8), bastille-
     service(8),   bastille-setup(8),	 bastille-start(8),    bastille-stop(8),
     bastille-sysrc(8), bastille-tags(8), bastille-template(8), bastille-top(8),
     bastille-umount(8),  bastille-update(8), bastille-upgrade(8), bastille-ver-
     ify(8), bastille-zfs(8)

FreeBSD ports 15.quarterly	December 6, 2025	     bastille-convert(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bastille-convert&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help