mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
build_image: Correctly disable verity on unsupported boards
Fixes up missing bit from e630a36e50799ec72305b03a6d6fe354d2b8b059.
This commit is contained in:
parent
7419751493
commit
b11d3a7c1d
@ -329,7 +329,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…
x
Reference in New Issue
Block a user