- Prepare a filesystem for a new root
- newfs a filesystem and mount and cd there
- Fill the new root
- Extract baseXX.tgz to ${root}
doas tar xzpf baseXX.tgz -C ${root}
- Extract ${root}/var/sysmerge/etc.tgz
doas tar xzpf ${root}/var/sysmerge/etc.tgz -C ${root}
- Copy the kernel to ${root}/bsd
- Configure
- ( cd ${root}/dev && sh MAKEDEV all )