mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Fix make xhyve after kernel image moved
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
d8f9d6c0b7
commit
733dc57813
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
KERNEL="../alpine/kernel/vmlinuz64"
|
||||
KERNEL="../alpine/kernel/x86_64/vmlinuz64"
|
||||
INITRD="../alpine/initrd.img.gz"
|
||||
CMDLINE="earlyprintk=serial console=ttyS0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user