mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
common.sh: add a variable for default recovery image name.
This is a preparatory step for changes to image_to_usb.sh and mod_image_for_recovery.sh. In general, by migrating the default recovery image name to common.sh we can improve the interoperability between the different scripts. BUG=chromium-os:26010 TEST=Obvious change; tested to see the mod_image_for_recovery.sh and image_to_usb.sh still work. Change-Id: I765d665b656d5d25b2d9b0e40bf5c05048c3f255 Reviewed-on: https://gerrit.chromium.org/gerrit/15507 Commit-Ready: Gilad Arnold <garnold@chromium.org> Reviewed-by: Gilad Arnold <garnold@chromium.org> Tested-by: Gilad Arnold <garnold@chromium.org>
This commit is contained in:
parent
77c674b54e
commit
083662748f
@ -196,6 +196,7 @@ BUILD_DIR=
|
|||||||
CHROMEOS_BASE_IMAGE_NAME="chromiumos_base_image.bin"
|
CHROMEOS_BASE_IMAGE_NAME="chromiumos_base_image.bin"
|
||||||
CHROMEOS_IMAGE_NAME="chromiumos_image.bin"
|
CHROMEOS_IMAGE_NAME="chromiumos_image.bin"
|
||||||
CHROMEOS_DEVELOPER_IMAGE_NAME="chromiumos_image.bin"
|
CHROMEOS_DEVELOPER_IMAGE_NAME="chromiumos_image.bin"
|
||||||
|
CHROMEOS_RECOVERY_IMAGE_NAME="recovery_image.bin"
|
||||||
CHROMEOS_TEST_IMAGE_NAME="chromiumos_test_image.bin"
|
CHROMEOS_TEST_IMAGE_NAME="chromiumos_test_image.bin"
|
||||||
CHROMEOS_FACTORY_TEST_IMAGE_NAME="chromiumos_factory_image.bin"
|
CHROMEOS_FACTORY_TEST_IMAGE_NAME="chromiumos_factory_image.bin"
|
||||||
CHROMEOS_FACTORY_INSTALL_SHIM_NAME="factory_install_shim.bin"
|
CHROMEOS_FACTORY_INSTALL_SHIM_NAME="factory_install_shim.bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user