mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 14:31:46 +01:00
Renamed VM image to match naming convention of other images.
Review URL: http://codereview.chromium.org/2955014
This commit is contained in:
parent
8683b8082f
commit
478a0d44a4
@ -722,5 +722,5 @@ print_time_elapsed
|
|||||||
echo "To copy to USB keyfob, OUTSIDE the chroot, do something like:"
|
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 " ./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, 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."
|
echo "from the scripts directory where you entered the chroot."
|
||||||
|
|||||||
@ -17,7 +17,7 @@ get_default_board
|
|||||||
DEFAULT_VMDK="ide.vmdk"
|
DEFAULT_VMDK="ide.vmdk"
|
||||||
DEFAULT_VMX="chromiumos.vmx"
|
DEFAULT_VMX="chromiumos.vmx"
|
||||||
DEFAULT_VBOX_DISK="os.vdi"
|
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"
|
MOD_SCRIPTS_ROOT="${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user