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

Unified Diff: build_image

Issue 4530003: build_image: enable new cros specific error handling in dm-verity (Closed) Base URL: http://git.chromium.org/git/crosutils.git@0.9.110.B
Patch Set: wrap line Created 10 years, 1 month 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_image
diff --git a/build_image b/build_image
index 19fdd4eed4448ba612aafdfe38af62e334403fd7..7b89a3e15bc4adc05c651a1ebdb8ac975cf2ba42 100755
--- a/build_image
+++ b/build_image
@@ -71,9 +71,9 @@ DEFINE_string usb_disk /dev/sdb3 \
DEFINE_boolean enable_rootfs_verification ${FLAGS_TRUE} \
"Default all bootloaders to use kernel-based root fs integrity checking."
-DEFINE_integer verity_error_behavior 1 \
- "Kernel verified boot error behavior (0: I/O errors, 1: panic, 2: nothing) \
-Default: 1"
+DEFINE_integer verity_error_behavior 3 \
+ "Kernel verified boot error behavior (0: I/O errors, 1: panic, 2: nothing, \
+3: cros) Default: 3"
DEFINE_integer verity_depth 1 \
"Kernel verified boot hash tree depth. Default: 1"
DEFINE_integer verity_max_ios -1 \
« 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