mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
Merge pull request #601 from marineam/verity
build_image: re-enable verity by default
This commit is contained in:
commit
a44dd03366
@ -28,7 +28,7 @@ DEFINE_string getbinpkgver "" \
|
|||||||
"Use binary packages from a specific version."
|
"Use binary packages from a specific version."
|
||||||
DEFINE_boolean enable_rootfs_verification ${FLAGS_TRUE} \
|
DEFINE_boolean enable_rootfs_verification ${FLAGS_TRUE} \
|
||||||
"Default all bootloaders to use kernel-based root fs integrity checking."
|
"Default all bootloaders to use kernel-based root fs integrity checking."
|
||||||
DEFINE_boolean enable_verity ${FLAGS_FALSE} \
|
DEFINE_boolean enable_verity ${FLAGS_TRUE} \
|
||||||
"Default GRUB to use dm-verity-enabled boot arguments"
|
"Default GRUB to use dm-verity-enabled boot arguments"
|
||||||
DEFINE_string base_pkg "coreos-base/coreos" \
|
DEFINE_string base_pkg "coreos-base/coreos" \
|
||||||
"The base portage package to base the build off of (only applies to prod images)"
|
"The base portage package to base the build off of (only applies to prod images)"
|
||||||
|
Loading…
Reference in New Issue
Block a user