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

Unified Diff: build_kernel_image.sh

Issue 6902061: build_kernel_image.sh: set default verity_depth to 0 (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_kernel_image.sh
diff --git a/build_kernel_image.sh b/build_kernel_image.sh
index 59e37b48b3e9d8c988f0b605e2cbb734e0577ed7..34fb977fb1ab89b499fdd4094e948df448a826d8 100755
--- a/build_kernel_image.sh
+++ b/build_kernel_image.sh
@@ -64,8 +64,8 @@ DEFINE_string rootfs_hash "" \
DEFINE_integer verity_error_behavior 2 \
"Verified boot error behavior [0: I/O errors, 1: reboot, 2: nothing] \
(Default: 2)"
-DEFINE_integer verity_tree_depth 1 \
- "Optional Verified boot hash tree depth. (Default: 1)"
+DEFINE_integer verity_tree_depth 0 \
+ "Optional Verified boot hash tree depth. (Default: 0)"
DEFINE_integer verity_max_ios -1 \
"Optional number of outstanding I/O operations. (Default: -1)"
DEFINE_string verity_hash_alg "sha1" \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698