summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-03 10:24:31 -0300
committerRenato Botelho <renato@netgate.com>2016-08-03 10:24:31 -0300
commit49de5a2e2407b4c064e1c5bc2074dd0d762a8454 (patch)
treeab8193d3927d287f9aadd77f57a0238ebdd5e1d8 /tools
parentebc5576c4f6f1afd228b6d8c66c1af0599e990c3 (diff)
downloadpfsense-49de5a2e2407b4c064e1c5bc2074dd0d762a8454.zip
pfsense-49de5a2e2407b4c064e1c5bc2074dd0d762a8454.tar.gz
Revert "Make sure we have kernel installed in installation media"
This reverts commit ebc5576c4f6f1afd228b6d8c66c1af0599e990c3.
Diffstat (limited to 'tools')
-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 c276b88..0a208f2 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 \
+ script -aq $LOGFILE ${BUILDER_SCRIPTS}/install_freebsd.sh -i -K \
-s ${FREEBSD_SRC_DIR} \
-d ${INSTALLER_CHROOT_DIR} \
|| print_error_pfS
OpenPOWER on IntegriCloud