Solved question about bastiile bootstrap in freebsd14.3 ?

Dear all:
i have used bastille to manange my jail system.
1. i have used
#bastille bootstrap 14.2-RELEASE
will spend more time download base.txz from internet . this step will spend about 30minutes.

2. but i used other way. mount freebsd14.2 dvd.iso file .then mount it to /mnt

#cp /mnt/usr/freebsd-dist/* /usr/local/bastille/cache/14.3-RELEASE/

3. #bastille bootstrap 14.2-RELEASE . that will fast make bootstrap .about 2minutes.

question : is that right ? what problem will make ? thanks.
 
question : is that right ? what problem will make ?
There wont be any problems. What you did manually (copy MANIFEST as well) does "bastille bootstrap" automatically: placing a MANIFEST and base.txz file under /usr/local/bastille/cache/<relase_name>.

An iso image is not absolutely necessary to optain those files. If required you can download individual distribution files (base.txz) from the official remote repositories. Make sure to download MANIFEST also and is from the same distribution files set.

i.e. https://download.freebsd.org/releases/amd64/14.3-RELEASE/
 
Configure a 'closer' (i.e. faster) mirror for bastille_url_freebsd in bastille.conf.
Dear SirDice :
the gov block and limited . so the network speed was so slowly. that's why i can't use ports install any app.. thanks. more time, i need use offline pkg to install app.
 
There wont be any problems. What you did manually (copy MANIFEST as well) does "bastille bootstrap" automatically: placing a MANIFEST and base.txz file under /usr/local/bastille/cache/<relase_name>.

An iso image is not absolutely necessary to optain those files. If required you can download individual distribution files (base.txz) from the official remote repositories. Make sure to download MANIFEST also and is from the same distribution files set.

i.e. https://download.freebsd.org/releases/amd64/14.3-RELEASE/
thanks. study it.
 
Back
Top