*: remove --prod_image in other scripts

This commit is contained in:
Andrew Jeddeloh 2017-12-21 14:44:23 -08:00
parent 370b7d9fdc
commit be16e7ce3f
2 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,7 @@ finish_modify_image() {
info "Done. Updated image is in ${BUILD_DIR}"
cat << EOF
To convert it to a virtual machine image, use:
./image_to_vm.sh --from=${OUTSIDE_OUTPUT_DIR} --board=${BOARD} --prod_image
./image_to_vm.sh --from=${OUTSIDE_OUTPUT_DIR} --board=${BOARD}
The default type is qemu, see ./image_to_vm.sh --help for other options.
EOF

View File

@ -45,7 +45,6 @@ enter lbunzip2 -k -f "/mnt/host/source/${img}.bz2"
script image_to_vm.sh \
--board="${BOARD}" \
--format="${FORMAT}" \
--prod_image \
--getbinpkg \
--getbinpkgver="${COREOS_VERSION}" \
--from=/mnt/host/source/src \