dom0: Do not clone config file with template

Not needed any more
This commit is contained in:
Marek Marczykowski 2011-07-21 00:49:03 +02:00
parent 1b093d5cc4
commit 342261ff10

View File

@ -1099,11 +1099,6 @@ class QubesTemplateVm(QubesVm):
print "--> Creating directory: {0}".format(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:
print "--> Copying the template's private image:\n{0} ==>\n{1}".\
format(src_template_vm.private_img, self.private_img)