mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
build_image: enable new cros specific error handling in dm-verity
A new error mode for dm-verity exists which can be called as "cros" or "3". This change enables that mode in builds by default. TEST=build_image had the correct argument; functionality was there [in progress] BUG=chromium-os:8442 Change-Id: I3eb3f4a662c5d36011542af4e50718db50ab63bd Review URL: http://codereview.chromium.org/4530003
This commit is contained in:
parent
59752f1667
commit
137eab6129
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user