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:
Randall Spangler 2010-06-29 18:03:30 -07:00
parent b49136dc8a
commit d51f39f681

View File

@ -87,7 +87,7 @@ vbutil_keyblock \
--datapubkey "${FLAGS_working_dir}/key_alg4.vbpubk" \ --datapubkey "${FLAGS_working_dir}/key_alg4.vbpubk" \
--signprivate "${FLAGS_keys_dir}/key_rsa4096.pem" \ --signprivate "${FLAGS_keys_dir}/key_rsa4096.pem" \
--algorithm 8 \ --algorithm 8 \
--flags 3 --flags 15
WORK="${WORK} ${FLAGS_working_dir}/data4_sign8.keyblock" WORK="${WORK} ${FLAGS_working_dir}/data4_sign8.keyblock"
# Verify the keyblock. # Verify the keyblock.