summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-03 10:33:59 -0300
committerRenato Botelho <renato@netgate.com>2016-08-03 10:33:59 -0300
commitf41f9c0c6f6c6f1d43a107d45a197e49ea429308 (patch)
tree3e6c2ed62072cad8d4f5b62cd56b1ba3a52cd08e /build.sh
parentf6dcb7f5edac5fb398cfde73947268806d0b907a (diff)
downloadpfsense-f41f9c0c6f6c6f1d43a107d45a197e49ea429308.zip
pfsense-f41f9c0c6f6c6f1d43a107d45a197e49ea429308.tar.gz
Remove unnecessary code and select default kernel for installation media
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 96151dd..6bea434 100755
--- a/build.sh
+++ b/build.sh
@@ -347,7 +347,7 @@ if [ -z "${_SKIP_REBUILD_PRESTAGE}" ]; then
build_all_kernels
# Install kernel on installer
- installkernel ${INSTALLER_CHROOT_DIR}
+ installkernel ${INSTALLER_CHROOT_DIR} ${PRODUCT_NAME}
# Prepare pre-final staging area
clone_to_staging_area
OpenPOWER on IntegriCloud