Merge pull request #13418 from sharifelgamal/hkit
remove reference to nonexistent file for hyperkit driverpull/13420/head
commit
5ceae0bde4
|
@ -426,7 +426,6 @@ func (d *Driver) extractKernel(isoPath string) error {
|
|||
}{
|
||||
{"/boot/bzimage", "bzimage"},
|
||||
{"/boot/initrd", "initrd"},
|
||||
{"/grub/grub.cfg", "grub.cfg"},
|
||||
} {
|
||||
fullDestPath := d.ResolveStorePath(f.destPath)
|
||||
if err := ExtractFile(isoPath, f.pathInIso, fullDestPath); err != nil {
|
||||
|
|
Loading…
Reference in New Issue