mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 04:56:58 +02:00
Merge pull request #639 from bgilbert/other-boards
build_image: Correctly disable verity on unsupported boards
This commit is contained in:
commit
5541e1521e
@ -331,7 +331,7 @@ finish_image() {
|
||||
case "${FLAGS_board}" in
|
||||
amd64-usr) verity_offset=64 ;;
|
||||
arm64-usr) verity_offset=512 ;;
|
||||
*) FLAGS_enable_rootfs_verification=${FLAGS_FALSE} ;;
|
||||
*) disable_read_write=${FLAGS_FALSE} ;;
|
||||
esac
|
||||
|
||||
# Copy kernel to support dm-verity boots
|
||||
|
Loading…
Reference in New Issue
Block a user