From 70350cb1fffe8cb8d949abdf58b042f46a265db1 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 4 May 2018 08:23:50 -0300 Subject: Remove ISO from default build, memstick is hybrid --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') 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 -- cgit v1.1