Update commonlib.py

This commit is contained in:
Brian Zalewski 2022-09-27 16:32:15 -04:00 committed by GitHub
parent e3d1084c92
commit 6eba5edf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,8 @@ def inject_qubes(inject):
pass
elif vmtype == "ProxyVM":
add(flags, "proxy")
elif vmtype == "DispVM":
pass
elif vmtype == "TemplateVM":
try:
qubes["source"] = qubes["template"]