Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: mod_image_for_recovery.sh

Issue 6901005: src/scripts: remove all references to verity_depth (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Add comments. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_kernel_image.sh ('k') | verify_rootfs_chksum.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_image_for_recovery.sh
diff --git a/mod_image_for_recovery.sh b/mod_image_for_recovery.sh
index 0fe78c4ea49d6eb2f6428a554a2e4d7f8f617ff8..1f05010dd58f90b6421aa5f36ede42ed733c4d83 100755
--- a/mod_image_for_recovery.sh
+++ b/mod_image_for_recovery.sh
@@ -208,7 +208,6 @@ create_recovery_kernel_image() {
# TODO(wad) just update these everywhere
verity_args=$(echo $verity_args | sed \
-e 's/verity_algorithm/verity_hash_alg/g' \
- -e 's/verity_depth/verity_tree_depth/g' \
-e 's/"//g')
# Tie the installed recovery kernel to the final kernel. If we don't
« no previous file with comments | « build_kernel_image.sh ('k') | verify_rootfs_chksum.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698