Skip to content

Commit 8c3a353

Browse files
committed
remove reference to nonexistent file for hyperkit driver
1 parent 7bdb2a2 commit 8c3a353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/drivers/hyperkit/driver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ func (d *Driver) extractKernel(isoPath string) error {
426426
}{
427427
{"/boot/bzimage", "bzimage"},
428428
{"/boot/initrd", "initrd"},
429-
{"/grub/grub.cfg", "grub.cfg"},
430429
} {
431430
fullDestPath := d.ResolveStorePath(f.destPath)
432431
if err := ExtractFile(isoPath, f.pathInIso, fullDestPath); err != nil {

0 commit comments

Comments
 (0)