The handbook page on jails used to show bootstrapping a thick jail could be done simply with
But now there's a bunch of manual commands to run: Fetching a tar, extracting files, copying resolv.conf and localtime, etc. It's not as elegant is as it used to be.
Anyone know why all of this changed? Is
bsdinstall jail /your/jail (here's an example I found on an outdated handbook translation page).But now there's a bunch of manual commands to run: Fetching a tar, extracting files, copying resolv.conf and localtime, etc. It's not as elegant is as it used to be.
Anyone know why all of this changed? Is
bsdinstall being phased out because of pkgbase / 15.0?