summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-11 16:49:06 -0300
committerRenato Botelho <renato@netgate.com>2016-04-11 16:49:06 -0300
commita38d70e41727cd0bdb838acc13a0ec3340d93fcc (patch)
treefdfae2be2578646e1e49eb7a14716fcccd320ecd
parenta5f21c9d4a1c0e4f677d3fddb04dd54480fbe671 (diff)
downloadpfsense-a38d70e41727cd0bdb838acc13a0ec3340d93fcc.zip
pfsense-a38d70e41727cd0bdb838acc13a0ec3340d93fcc.tar.gz
Add repo package before base
-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