summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-29 10:01:08 -0300
committerRenato Botelho <renato@netgate.com>2015-09-29 10:05:02 -0300
commit39ec113419c460ab2b953a95bb3d44fb2db365a4 (patch)
treea06d72f78411656513959c0b025042d26745cd29 /tools/builder_common.sh
parentbe817d98e6bb369f1178d2c23a404f1d5885fb1b (diff)
downloadpfsense-39ec113419c460ab2b953a95bb3d44fb2db365a4.zip
pfsense-39ec113419c460ab2b953a95bb3d44fb2db365a4.tar.gz
Install only bsdinstaller in install_bsdinstaller()
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index ddc5574..4487382 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1538,7 +1538,7 @@ install_pkg_install_ports() {
install_bsdinstaller() {
echo ">>> Installing BSDInstaller in chroot (${FINAL_CHROOT_DIR})... (starting)"
- pkg_chroot ${FINAL_CHROOT_DIR} install -f bsdinstaller ${MAIN_PKG} ${custom_package_list}
+ pkg_chroot ${FINAL_CHROOT_DIR} install -f bsdinstaller
echo ">>> Installing BSDInstaller in chroot (${FINAL_CHROOT_DIR})... (finished)"
}
OpenPOWER on IntegriCloud