Install base package on final stage dir, in preparation to base-nanobsd

This commit is contained in:
Renato Botelho 2015-09-18 13:59:03 -03:00
parent 39ef49f648
commit 6ee167def4

View File

@ -1093,8 +1093,6 @@ clone_to_staging_area() {
# Make sure pkg is present
pkg_bootstrap ${STAGE_CHROOT_DIR}
pkg_chroot_add ${STAGE_CHROOT_DIR} base
echo "Done!"
}
@ -1125,6 +1123,8 @@ customize_stagearea_for_image() {
# Prepare final stage area
create_final_staging_area
pkg_chroot_add ${FINAL_CHROOT_DIR} base
if [ "${1}" = "iso" -o \
"${1}" = "memstick" -o \
"${1}" = "memstickserial" -o \