summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh3
1 files changed, 1 insertions, 2 deletions
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 \
OpenPOWER on IntegriCloud