mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
TBR: wfrichar
Change flags for key block to 15 so it works in all modes, since I'm about to fix the vboot bug which prevented flag checking from working. BUG=none TEST=none
This commit is contained in:
parent
b49136dc8a
commit
d51f39f681
@ -87,7 +87,7 @@ vbutil_keyblock \
|
||||
--datapubkey "${FLAGS_working_dir}/key_alg4.vbpubk" \
|
||||
--signprivate "${FLAGS_keys_dir}/key_rsa4096.pem" \
|
||||
--algorithm 8 \
|
||||
--flags 3
|
||||
--flags 15
|
||||
WORK="${WORK} ${FLAGS_working_dir}/data4_sign8.keyblock"
|
||||
|
||||
# Verify the keyblock.
|
||||
|
Loading…
Reference in New Issue
Block a user