| Index: build_image
|
| diff --git a/build_image b/build_image
|
| index c1505c76d29eee819790ee13af6d80daaf3b2454..d97f75c88596639ab6722bc1d3e26b791881cd65 100755
|
| --- a/build_image
|
| +++ b/build_image
|
| @@ -769,6 +769,6 @@ 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 "To convert to VMWare image, INSIDE the chroot, do something like:"
|
| echo " ./image_to_vm.sh --from=${OUTSIDE_OUTPUT_DIR}"
|
| echo "from the scripts directory where you entered the chroot."
|
|
|