summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-05-04 08:23:50 -0300
committerRenato Botelho <renato@netgate.com>2018-05-04 08:23:50 -0300
commit70350cb1fffe8cb8d949abdf58b042f46a265db1 (patch)
treec46db73a5dee62945cf6aa03419ef43741a08c9c /build.sh
parentbb3aa74785c46bc1296ed575b1071882d244c090 (diff)
downloadpfsense-70350cb1fffe8cb8d949abdf58b042f46a265db1.zip
pfsense-70350cb1fffe8cb8d949abdf58b042f46a265db1.tar.gz
Remove ISO from default build, memstick is hybrid
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index aefe34b..010a1b7 100755
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,7 @@
set +e
usage() {
echo "Usage $0 [options] [ iso | ova | memstick | memstickserial | memstickadi | all | none ]"
- echo " all = iso memstick memstickserial memstickadi"
+ echo " all = memstick memstickserial memstickadi"
echo " none = upgrade only pkg repo"
echo " [ options ]: "
echo " --no-buildworld|-c - Will set NO_BUILDWORLD NO_BUILDKERNEL to not build kernel and world"
@@ -311,7 +311,7 @@ fi
if [ "$IMAGETYPE" = "none" ]; then
_IMAGESTOBUILD=""
elif [ "$IMAGETYPE" = "all" ]; then
- _IMAGESTOBUILD="iso memstick memstickserial"
+ _IMAGESTOBUILD="memstick memstickserial"
if [ "${TARGET}" = "amd64" ]; then
_IMAGESTOBUILD="${_IMAGESTOBUILD} memstickadi"
if [ -n "${_IS_RELEASE}" ]; then
OpenPOWER on IntegriCloud