mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Reduce wait for swtpm initialisation
This commit is contained in:
parent
835ce6bce5
commit
5c0a7885c9
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -784,7 +784,7 @@ function vm_boot() {
|
||||||
echo "${SWTPM} ${tpm_args[*]} &" >> "${VMDIR}/${VMNAME}.sh"
|
echo "${SWTPM} ${tpm_args[*]} &" >> "${VMDIR}/${VMNAME}.sh"
|
||||||
${SWTPM} "${tpm_args[@]}" >> "${VMDIR}/${VMNAME}.log" &
|
${SWTPM} "${tpm_args[@]}" >> "${VMDIR}/${VMNAME}.log" &
|
||||||
echo " - TPM: ${VMDIR}/${VMNAME}.swtpm-sock (${!})"
|
echo " - TPM: ${VMDIR}/${VMNAME}.swtpm-sock (${!})"
|
||||||
sleep 1
|
sleep 0.25
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Boot the VM
|
# Boot the VM
|
||||||
|
|
Loading…
Reference in a new issue