summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-06-09 10:38:02 -0400
committerRenato Botelho <renato@netgate.com>2018-06-09 10:38:06 -0400
commitd84eec807d6216cfbc073438ce57e01f1c52a2f4 (patch)
treeb8329849498ff5c43eb6edf42e4b0bc400e5bfeb /tools
parentb66b246e02b3e3ef05c3493cb00b6473c435d635 (diff)
downloadpfsense-d84eec807d6216cfbc073438ce57e01f1c52a2f4.zip
pfsense-d84eec807d6216cfbc073438ce57e01f1c52a2f4.tar.gz
Do not build hybrid images to serial/ADI
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh18
1 files changed, 6 insertions, 12 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 2402110..257ebf6 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -920,12 +920,9 @@ create_memstick_serial_image() {
create_distribution_tarball
- FSLABEL=$(echo ${PRODUCT_NAME} | tr '[:lower:]' '[:upper:]')
-
- sh ${FREEBSD_SRC_DIR}/release/${TARGET}/mkisoimages.sh -b \
- ${FSLABEL} \
- ${MEMSTICKSERIALPATH} \
- ${INSTALLER_CHROOT_DIR}
+ sh ${FREEBSD_SRC_DIR}/release/${TARGET}/make-memstick.sh \
+ ${INSTALLER_CHROOT_DIR} \
+ ${MEMSTICKSERIALPATH}
if [ ! -f "${MEMSTICKSERIALPATH}" ]; then
echo "ERROR! memstick serial image was not built"
@@ -973,12 +970,9 @@ create_memstick_adi_image() {
create_distribution_tarball
- FSLABEL=$(echo ${PRODUCT_NAME} | tr '[:lower:]' '[:upper:]')
-
- sh ${FREEBSD_SRC_DIR}/release/${TARGET}/mkisoimages.sh -b \
- ${FSLABEL} \
- ${MEMSTICKADIPATH} \
- ${INSTALLER_CHROOT_DIR}
+ sh ${FREEBSD_SRC_DIR}/release/${TARGET}/make-memstick.sh \
+ ${INSTALLER_CHROOT_DIR} \
+ ${MEMSTICKADIPATH}
if [ ! -f "${MEMSTICKADIPATH}" ]; then
echo "ERROR! memstick ADI image was not built"
OpenPOWER on IntegriCloud