settings-wni-Windows_NT.py 508 B

123456789101112
  1. #!/usr/bin/python2
  2. from __future__ import absolute_import
  3. from qubes.storage.wni import QubesWniVmStorage
  4. def apply(system_path, vm_files, defaults):
  5. system_path['qubes_base_dir'] = 'c:\\qubes'
  6. system_path['config_template_pv'] = 'c:/program files/Invisible Things Lab/Qubes/vm-template.xml'
  7. system_path['config_template_hvm'] = 'c:/program files/Invisible Things Lab/Qubes/vm-template-hvm.xml'
  8. defaults['libvirt_uri'] = 'test:///default'
  9. defaults['storage_class'] = QubesWniVmStorage