Files
BastilleBSD_bastille/usr/local/share/man/man1/bastille-bootstrap.1
tschettervictor b60af850c9 Finish man pages
2025-12-06 23:19:19 -07:00

95 lines
2.4 KiB
Groff

.Dd 2025/12/06
.Dt bastille-bootstrap 1
.Os
.Sh NAME
.Nm bastille bootstrap
.Nd Bootstrap a release or template(s).
.Sh SYNOPSIS
.Nm
.Op Fl pux
.Ar RELEASE
.Op ARCH
.Nm
.Op Fl x
.Ar TEMPLATE
.Sh DESCRIPTION
The
.Nm
sub-command will bootstrap a release to use when creating jails. It will
also fetch and verify templates if a url is given as an arguement.
.Bl -tag -width Ds
.It Sy bastille bootstrap Oo Fl pux Oc Ar RELEASE Op ARCH
.Bl -tag -width Ds
.It Fl p , Fl -pkgbase
Bootstrap using pkgbase (FreeBSD 15.0-RELEASE and above). Bastille uses
distribution sets by default, but this option enables the use of
package sets when bootstrapping FreeBSD release.
.It Fl u , Fl -update
Update the release after bootstrap.
.It Fl x , Fl -debug
Enable debug mode.
.Pp
If
.Ar ARCH
is specified, it will be used to bootstrap, as
opposed to using the hosts arch.
.El
.It Sy bastille bootstrap Oo Fl x Oc Ar TEMPLATE
.Bl -tag -width Ds
.It Fl x , Fl -debug
Enable debug mode.
.Pp
.Ar TEMPLATE
should be a url containing either a single template, or multiple
templates.
.Sh EXAMPLES
.Bl -tag -width Ds
.It Bootstrap 15.0-RELEASE:
.Sy bastille bootstrap 15.0-RELEASE
.It Bootstrap official BastilleBSD templates:
.Sy bastille bootstrap https://github.com/BastilleBSD/templates
.It Bootstrap 15.0-RELEASE using PkgBase:
.Sy bastille bootstrap -p 15.0-RELEASE
.It Bootstrap 15.0-RELEASE using i386 as the arch:
.Sy bastille bootstrap 15.0-RELEASE --i386
.It Bootstrap the official BastilleBSD template collection:
.Sy bastille bootstrap https://github.com/BastilleBSD/templates
.Sh SEE ALSO
.Xr bastille.conf 5 ,
.Xr bastille-clone 1 ,
.Xr bastille-cmd 1 ,
.Xr bastille-config 1 ,
.Xr bastille-console 1 ,
.Xr bastille-convert 1 ,
.Xr bastille-cp 1 ,
.Xr bastille-create 1 ,
.Xr bastille-destroy 1 ,
.Xr bastille-edit 1 ,
.Xr bastille-etcupdate 1 ,
.Xr bastille-export 1 ,
.Xr bastille-htop 1 ,
.Xr bastille-import 1 ,
.Xr bastille-jcp 1 ,
.Xr bastille-limits 1 ,
.Xr bastille-list 1 ,
.Xr bastille-migrate 1 ,
.Xr bastille-mount 1 ,
.Xr bastille-network 1 ,
.Xr bastille-pkg 1 ,
.Xr bastille-rcp 1 ,
.Xr bastille-rdr 1 ,
.Xr bastille-rename 1 ,
.Xr bastille-restart 1 ,
.Xr bastille-service 1 ,
.Xr bastille-setup 1 ,
.Xr bastille-start 1 ,
.Xr bastille-stop 1 ,
.Xr bastille-sysrc 1 ,
.Xr bastille-tags 1 ,
.Xr bastille-template 1 ,
.Xr bastille-top 1 ,
.Xr bastille-umount 1 ,
.Xr bastille-update 1 ,
.Xr bastille-upgrade 1 ,
.Xr bastille-verify 1 ,
.Xr bastille-zfs 1