core: abandon 'kernels' in VM directory
Since we have PV Grub now (which is much more convenient), it is useless now.
This commit is contained in:
parent
9428c70d31
commit
2cbbe0bdb6
@ -1058,17 +1058,6 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
|
|||||||
|
|
||||||
self.storage.create_on_disk(source_template)
|
self.storage.create_on_disk(source_template)
|
||||||
|
|
||||||
if self.updateable:
|
|
||||||
kernels_dir = source_template.storage.kernels_dir
|
|
||||||
self.log.info(
|
|
||||||
'Copying the kernel (unset kernel to use it): {0}'.format(
|
|
||||||
kernels_dir))
|
|
||||||
|
|
||||||
os.mkdir(self.dir_path + '/kernels')
|
|
||||||
for filename in ("vmlinuz", "initramfs", "modules.img"):
|
|
||||||
shutil.copy(os.path.join(kernels_dir, filename),
|
|
||||||
os.path.join(self.storage.kernels_dir, filename))
|
|
||||||
|
|
||||||
self.log.info('Creating icon symlink: {} -> {}'.format(
|
self.log.info('Creating icon symlink: {} -> {}'.format(
|
||||||
self.icon_path, self.label.icon_path))
|
self.icon_path, self.label.icon_path))
|
||||||
if hasattr(os, "symlink"):
|
if hasattr(os, "symlink"):
|
||||||
|
Loading…
Reference in New Issue
Block a user