Skip to content

Commit

Permalink
remove reference to nonexistent file for hyperkit driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Jan 20, 2022
1 parent 7bdb2a2 commit 8c3a353
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 8c3a353

Please sign in to comment.