mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-07 06:21:13 +01:00
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
65b939bbd5
commit
fbdb4017bb
@ -832,6 +832,8 @@ _write_qemu_uefi_secure_conf() {
|
||||
flash-var "$(_dst_dir)/${flash_rw}" "PK" "${VM_TMP_DIR}/PK.esl"
|
||||
flash-var "$(_dst_dir)/${flash_rw}" "KEK" "${VM_TMP_DIR}/KEK.esl"
|
||||
flash-var "$(_dst_dir)/${flash_rw}" "db" "${VM_TMP_DIR}/DB.esl"
|
||||
echo -n -e "\x01" >"${VM_TMP_DIR}/SHIM_VERBOSE"
|
||||
flash-var -g 605dab50-e046-4300-abb6-3dd810dd8b23 "$(_dst_dir)/${flash_rw}" "SHIM_VERBOSE" "${VM_TMP_DIR}/SHIM_VERBOSE"
|
||||
sed -e "s%^SECURE_BOOT=.*%SECURE_BOOT=1%" -i "${script}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user