We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdb2a2 commit 8c3a353Copy full SHA for 8c3a353
pkg/drivers/hyperkit/driver.go
@@ -426,7 +426,6 @@ func (d *Driver) extractKernel(isoPath string) error {
426
}{
427
{"/boot/bzimage", "bzimage"},
428
{"/boot/initrd", "initrd"},
429
- {"/grub/grub.cfg", "grub.cfg"},
430
} {
431
fullDestPath := d.ResolveStorePath(f.destPath)
432
if err := ExtractFile(isoPath, f.pathInIso, fullDestPath); err != nil {
0 commit comments