Renamed VM image to match naming convention of other images.

Review URL: http://codereview.chromium.org/2955014
This commit is contained in:
Zelidrag Hornung 2010-07-14 11:47:39 -07:00
parent 8683b8082f
commit 478a0d44a4
2 changed files with 2 additions and 2 deletions

View File

@ -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."

View File

@ -17,7 +17,7 @@ get_default_board
DEFAULT_VMDK="ide.vmdk"
DEFAULT_VMX="chromiumos.vmx"
DEFAULT_VBOX_DISK="os.vdi"
DEFAULT_QEMU_IMAGE="chromiumos_qemu.image"
DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin"
MOD_SCRIPTS_ROOT="${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts"