Index: image_to_vm.sh |
diff --git a/image_to_vm.sh b/image_to_vm.sh |
index cf665959e82165cde0f2c6a86d9b22b75cec0fe1..af08b5bf8d2574030c9b18a2b4629b9c01f76733 100755 |
--- a/image_to_vm.sh |
+++ b/image_to_vm.sh |
@@ -103,7 +103,7 @@ if [ ${FLAGS_test_image} -eq ${FLAGS_TRUE} ] ; then |
# Modify it. Pass --yes so that mod_image_for_test.sh won't ask us if we |
# really want to modify the image; the user gave their assent already with |
# --test-image and the original image is going to be preserved. |
- "${SCRIPTS_DIR}/mod_image_for_test.sh" --image \ |
+ "${SCRIPTS_DIR}/mod_image_for_test.sh" --board=${FLAGS_board} --image \ |
"${FLAGS_from}/chromiumos_test_image.bin" ${EXTRA_ARGS} --yes |
echo "Done with mod_image_for_test." |
else |