mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 04:03:11 +00:00
Merge pull request #359 from justincormack/xhyvefix
Fix make xhyve after kernel image moved
This commit is contained in:
commit
d6752e9eb8
@ -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