| Index: build_image
|
| diff --git a/build_image b/build_image
|
| index 8d0e7ccdd14d54d92fecb0e80a7fcd6b451a1921..6741859c4934b3ed6d5a6f1fa00721e66af23866 100755
|
| --- a/build_image
|
| +++ b/build_image
|
| @@ -722,5 +722,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, OUTSIDE the chroot, do something like:"
|
| -echo " ./image_to_vmware.sh --from=${OUTSIDE_OUTPUT_DIR}"
|
| +echo " ./image_to_vm.sh --from=${OUTSIDE_OUTPUT_DIR}"
|
| echo "from the scripts directory where you entered the chroot."
|
|
|