mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
build: Suppress stupid question in image_to_usb.sh.
No point in asking the user if they're sure they want to modify the image for testing when they asked us to modify it for testing in the first place. BUG=none TEST=tried it Review URL: http://codereview.chromium.org/1520031
This commit is contained in:
parent
8d94f49f0d
commit
35aa57a305
@ -96,7 +96,7 @@ if [ ${FLAGS_test_image} -eq ${FLAGS_TRUE} ] ; then
|
||||
cp -f "${SRC_IMAGE}" "${FLAGS_from}/chromiumos_test_image.bin"
|
||||
# Modify it.
|
||||
"${SCRIPTS_DIR}/mod_image_for_test.sh" --image \
|
||||
"${FLAGS_from}/chromiumos_test_image.bin"
|
||||
"${FLAGS_from}/chromiumos_test_image.bin" --yes
|
||||
fi
|
||||
# Use it.
|
||||
SRC_IMAGE="${FLAGS_from}/chromiumos_test_image.bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user