crosutils: rename "merge_shim_image.sh' to 'make_universal_factory_shim.sh"

The "merge_shim_image" does not work for recovery shims; and that makes the name
confusing.

This CL changed its name to a more slef-documenting one,
"make_universal_factory_shim.sh". Also updated the comments in script file to
describe its real behavior.

BUG=chrome-os-partner:2888
TEST=none # no change in code except more comments

Change-Id: I965c93b39021935c12e21e14b63ba04fce2f43e6
Reviewed-on: http://gerrit.chromium.org/gerrit/1035
Tested-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Nick Sanders <nsanders@chromium.org>
This commit is contained in:
Hung-Te Lin 2011-05-18 01:29:08 +08:00
parent 11b70cf950
commit cb296ab653

View File

@ -4,6 +4,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Script to generate an universal factory install shim image, by merging
# multiple images signed by different keys.
# CAUTION: Recovery shim images are not supported yet because they require the
# kernel partitions to be laid out in a special way
SCRIPT="$0"
set -e