| Index: image_to_vm.sh
|
| diff --git a/image_to_vm.sh b/image_to_vm.sh
|
| index b517bc102c4f3a55cd375a4cf695c4968ece0194..dbc30eea0e800f57f7c01fb962e6b23a73ad4c54 100755
|
| --- a/image_to_vm.sh
|
| +++ b/image_to_vm.sh
|
| @@ -50,7 +50,7 @@ DEFINE_boolean factory_install $FLAGS_FALSE \
|
|
|
| # We default to TRUE so the buildbot gets its image. Note this is different
|
| # behavior from image_to_usb.sh
|
| -DEFINE_boolean force_copy ${FLAGS_TRUE} "Always rebuild test image"
|
| +DEFINE_boolean force_copy ${FLAGS_FALSE} "Always rebuild test image"
|
| DEFINE_string format "qemu" \
|
| "Output format, either qemu, vmware or virtualbox"
|
| DEFINE_string from "" \
|
|
|