Skip to content

Commit

Permalink
Merge pull request #13418 from sharifelgamal/hkit
Browse files Browse the repository at this point in the history
remove reference to nonexistent file for hyperkit driver
  • Loading branch information
sharifelgamal authored Jan 21, 2022
2 parents 7bdb2a2 + 8c3a353 commit 5ceae0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/drivers/hyperkit/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ceae0b

Please sign in to comment.