Merge pull request #359 from justincormack/xhyvefix

Fix make xhyve after kernel image moved
This commit is contained in:
Justin Cormack 2016-07-26 13:48:24 +01:00 committed by GitHub
commit d6752e9eb8

View File

@ -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"