Reduce wait for swtpm initialisation

pull/158/head
Martin Wimpress 3 years ago
parent 835ce6bce5
commit 5c0a7885c9
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -784,7 +784,7 @@ function vm_boot() {
echo "${SWTPM} ${tpm_args[*]} &" >> "${VMDIR}/${VMNAME}.sh"
${SWTPM} "${tpm_args[@]}" >> "${VMDIR}/${VMNAME}.log" &
echo " - TPM: ${VMDIR}/${VMNAME}.swtpm-sock (${!})"
sleep 1
sleep 0.25
fi
# Boot the VM

Loading…
Cancel
Save