dom0: Do not clone config file with template
Not needed any more
This commit is contained in:
parent
1b093d5cc4
commit
342261ff10
@ -1099,11 +1099,6 @@ class QubesTemplateVm(QubesVm):
|
|||||||
print "--> Creating directory: {0}".format(self.dir_path)
|
print "--> Creating directory: {0}".format(self.dir_path)
|
||||||
os.mkdir (self.dir_path)
|
os.mkdir (self.dir_path)
|
||||||
|
|
||||||
if verbose:
|
|
||||||
print "--> Creating VM config file: {0}".\
|
|
||||||
format(self.conf_file)
|
|
||||||
self.create_config_file(source_template=src_template_vm)
|
|
||||||
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print "--> Copying the template's private image:\n{0} ==>\n{1}".\
|
print "--> Copying the template's private image:\n{0} ==>\n{1}".\
|
||||||
format(src_template_vm.private_img, self.private_img)
|
format(src_template_vm.private_img, self.private_img)
|
||||||
|
Loading…
Reference in New Issue
Block a user