From cb296ab6532bd2c9e0dac3fddc770db58bc24024 Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Wed, 18 May 2011 01:29:08 +0800 Subject: [PATCH] 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 Reviewed-by: Nick Sanders --- merge_shim_image.sh => make_universal_factory_shim.sh | 5 +++++ 1 file changed, 5 insertions(+) rename merge_shim_image.sh => make_universal_factory_shim.sh (94%) diff --git a/merge_shim_image.sh b/make_universal_factory_shim.sh similarity index 94% rename from merge_shim_image.sh rename to make_universal_factory_shim.sh index 8ba29d30fd..e8903db2a7 100755 --- a/merge_shim_image.sh +++ b/make_universal_factory_shim.sh @@ -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