mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
build_image: enable Chrome OS partition/hardware error behavior in dm-verity
ARM (kernel-next) should now be in sync with kernel.git so that we get similar error handling behavior on all targeted platforms (with our partition layout). This change makes that the default. BUG=chromium-os:9697 TEST=manual build_image with kernel-next profile; booted and validated failover error behavior Change-Id: I281302adb3cbc96aa5770630898f103b0d3639ca Review URL: http://codereview.chromium.org/6220002
This commit is contained in:
parent
8617623516
commit
d07f61d812
@ -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 \
|
||||
DEFINE_integer verity_error_behavior 3 \
|
||||
"Kernel verified boot error behavior (0: I/O errors, 1: panic, 2: nothing, \
|
||||
3: cros) Default: 1"
|
||||
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