Index: build_image |
diff --git a/build_image b/build_image |
index 90e2b1e6952d7aa3c9a21dc98382b79b77c324ae..27df5957109e94348da8a1264401acd0b43815db 100755 |
--- a/build_image |
+++ b/build_image |
@@ -735,5 +735,5 @@ print_time_elapsed |
echo "To copy to USB keyfob, OUTSIDE the chroot, do something like:" |
echo " ./image_to_usb.sh --from=${OUTSIDE_OUTPUT_DIR} --to=/dev/sdX" |
echo "To convert to VMWare image, INSIDE the chroot, do something like:" |
-echo " ./image_to_vm.sh --from=${OUTSIDE_OUTPUT_DIR}" |
+echo " ./image_to_vm.sh --from=${OUTSIDE_OUTPUT_DIR} --board=${BOARD}" |
echo "from the scripts directory where you entered the chroot." |