core-admin/core/settings-wni-Windows_NT.py
Marek Marczykowski-Górecki e2bea656b4 Add vm-configs for WNI
2014-11-19 12:50:27 +01:00

13 lines
508 B
Python

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