Created attachment 261113 [details] error log due to missing /usr/sbin/pkg Related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269884 - an image build with the option WITHOUT_PKGBOOTSTRAP fails to have any packages installed, since the necessary /usr/sbin/pkg is not there.
Created attachment 261115 [details] rely on the build system's pkg(8) The proposed patch uses the build system's /usr/local/sbin/pkg to chroot into ${NANO_WORLDDIR} and do all the installations, instead of the build system bootstrapping it with ${NANO_WORLDDIR}/usr/sbin/pkg - which is not there, if the image has been build with WITHOUT_PKGBOOTSTRAP.