5 lines
111 B
Python
5 lines
111 B
Python
|
#!/usr/bin/python2
|
||
|
|
||
|
def apply(system_path, vm_files, defaults):
|
||
|
system_path['qubes_base_dir'] = 'c:/qubes'
|