mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Fix name of test image from autotest archive.
Review URL: http://codereview.chromium.org/1711005
This commit is contained in:
parent
3e9204c315
commit
e707c1d4e7
@ -57,8 +57,7 @@ function main() {
|
|||||||
|
|
||||||
echo "Extracting autotest from build artifacts..."
|
echo "Extracting autotest from build artifacts..."
|
||||||
tar --bzip2 -xf autotest.tar.bz2
|
tar --bzip2 -xf autotest.tar.bz2
|
||||||
mv rootfs_test.image image/rootfs.image
|
mv chromiumos_test_image.bin image/chromiumos_image.bin
|
||||||
mv mbr.image image
|
|
||||||
|
|
||||||
echo "Formatting rootfs as a USB image..."
|
echo "Formatting rootfs as a USB image..."
|
||||||
"${script_dir}/image_to_usb.sh" --from=image \
|
"${script_dir}/image_to_usb.sh" --from=image \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user