mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-21 17:32:12 +00:00
Merge pull request #359 from justincormack/xhyvefix
Fix make xhyve after kernel image moved
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user