summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-03 09:33:39 -0300
committerRenato Botelho <renato@netgate.com>2016-08-03 09:33:51 -0300
commitebc5576c4f6f1afd228b6d8c66c1af0599e990c3 (patch)
tree0140b7b4ad365aede19d6fb0de3df3b7adfe5bbf /tools/builder_common.sh
parente7dc4d04cd767ff44b86a24ae63e769b7f3cb7e7 (diff)
downloadpfsense-ebc5576c4f6f1afd228b6d8c66c1af0599e990c3.zip
pfsense-ebc5576c4f6f1afd228b6d8c66c1af0599e990c3.tar.gz
Make sure we have kernel installed in installation media
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 0a208f2..c276b88 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -249,7 +249,7 @@ make_world() {
|| mkdir -p ${INSTALLER_CHROOT_DIR}
echo ">>> Installing world with bsdinstall for ${TARGET} architecture..." | tee -a ${LOGFILE}
- script -aq $LOGFILE ${BUILDER_SCRIPTS}/install_freebsd.sh -i -K \
+ script -aq $LOGFILE ${BUILDER_SCRIPTS}/install_freebsd.sh -i \
-s ${FREEBSD_SRC_DIR} \
-d ${INSTALLER_CHROOT_DIR} \
|| print_error_pfS
OpenPOWER on IntegriCloud