Merge pull request #13418 from sharifelgamal/hkit

remove reference to nonexistent file for hyperkit driver
pull/13420/head
Sharif Elgamal 2022-01-20 16:37:38 -08:00 committed by GitHub
commit 5ceae0bde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {