From a38d70e41727cd0bdb838acc13a0ec3340d93fcc Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 11 Apr 2016 16:49:06 -0300 Subject: Add repo package before base --- tools/builder_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/builder_common.sh') diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 55384d7..8ffab0f 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -1274,6 +1274,7 @@ customize_stagearea_for_image() { create_final_staging_area pkg_chroot_add ${FINAL_CHROOT_DIR} rc + pkg_chroot_add ${FINAL_CHROOT_DIR} repo if [ "${_image_type}" = "nanobsd" -o \ "${_image_type}" = "nanobsd-vga" ]; then @@ -1292,8 +1293,6 @@ customize_stagearea_for_image() { pkg_chroot_add ${FINAL_CHROOT_DIR} base fi - pkg_chroot_add ${FINAL_CHROOT_DIR} repo - if [ "${_image_type}" = "iso" -o \ "${_image_type}" = "memstick" -o \ "${_image_type}" = "memstickserial" -o \ -- cgit v1.1