mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-07 09:44:00 +00:00
Merge pull request #359 from justincormack/xhyvefix
Fix make xhyve after kernel image moved
This commit is contained in:
commit
fc58be6798
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
KERNEL="../alpine/kernel/vmlinuz64"
|
KERNEL="../alpine/kernel/x86_64/vmlinuz64"
|
||||||
INITRD="../alpine/initrd.img.gz"
|
INITRD="../alpine/initrd.img.gz"
|
||||||
CMDLINE="earlyprintk=serial console=ttyS0"
|
CMDLINE="earlyprintk=serial console=ttyS0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user