| Index: scripts/image_signing/cros_resign_image_standalone.sh
|
| diff --git a/scripts/image_signing/cros_resign_image_standalone.sh b/scripts/image_signing/cros_resign_image_standalone.sh
|
| index 13a4dfbe4bccf7580373d928898408d5e6c2609a..6bfc9a45f9659150b649a92d0b89156c7f7757c6 100755
|
| --- a/scripts/image_signing/cros_resign_image_standalone.sh
|
| +++ b/scripts/image_signing/cros_resign_image_standalone.sh
|
| @@ -5,7 +5,7 @@
|
| # found in the LICENSE file.
|
|
|
| # Standalone version of cros_resign_image.sh script from
|
| -# from chromeos/src/scripts/bin/ for use on signing servers.
|
| +# chromeos/src/scripts/bin/ for use on signing servers.
|
|
|
| # Both the cgpt tool and vbutil_kernel should be in the system path.
|
|
|
| @@ -28,8 +28,8 @@ sector_size=512 # sector size in bytes
|
| num_sectors_vb=128 # number of sectors in kernel verification blob
|
| src_bin=$1
|
| dst_bin=$2
|
| -datakey=$3
|
| -keyblock=$4
|
| +kernel_datakey=$3
|
| +kernel_keyblock=$4
|
|
|
| koffset="$(cgpt show -b -i 2 $1)"
|
| ksize="$(cgpt show -s -i 2 $1)"
|
|
|