qubes.py: added qubes_guid_path global variable

This commit is contained in:
Joanna Rutkowska 2010-05-11 14:48:24 +02:00
parent da41cd2a4a
commit 301fbec19c

View File

@ -43,6 +43,8 @@ if not dry_run:
from xen.xend import sxp
qubes_guid_path = "/usr/bin/qubes_guid"
if dry_run:
qubes_base_dir = "."
else: