mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
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:
parent
11b70cf950
commit
cb296ab653
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user