dom0: use path given in argument to store VM configuration
这个提交包含在:
父节点
f5e4cf58aa
当前提交
1647d03f74
@ -659,7 +659,7 @@ class QubesVm(object):
|
||||
f_conf_template.close()
|
||||
|
||||
template_params = self.get_config_params(source_template)
|
||||
conf_appvm = open(self.conf_file, "w")
|
||||
conf_appvm = open(file_path, "w")
|
||||
|
||||
conf_appvm.write(conf_template.format(**template_params))
|
||||
conf_appvm.close()
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户