]> git.wh0rd.org - home.git/blobdiff - .bin/cros-board
update build_{packages,image} invocation for dev images
[home.git] / .bin / cros-board
index 1b7406c982bf0f52c9e922bf79cfcafe4490dd3c..a7a83a7bf0029fa627224130f0be4789b2adc5d2 100755 (executable)
@@ -64,8 +64,13 @@ if ${ARG_CLEAN} || [[ ! -d ${BUILD} ]] ; then
        fi
 fi
 
-run ./build_packages --board=${BOARD} --oldchromebinary --nowithdebug $(tfe ${ARG_NOPKG} --nousepkg) $(tfe ${ARG_TEST} --withtest)
-BUILD_IMG="./build_image --board=${BOARD} --withdev --noenable_rootfs_verification $(tfe ${ARG_TEST} --test)"
+run ./build_packages \
+       --board=${BOARD} \
+       --oldchromebinary \
+       --nowithdebug \
+       $(tfe ${ARG_NOPKG} --nousepkg) \
+       $(tfe ${ARG_TEST} --withtest)
+BUILD_IMG="./build_image --board=${BOARD} --noenable_rootfs_verification $(tfe ${ARG_TEST} --test) dev"
 run ${BUILD_IMG}
 
 IMG_TO_USB="./image_to_usb.sh --board=${BOARD} -y --to=${ARG_DEV}"