Fix xhyve/fuserun.sh kernel path

This commit is contained in:
David Sheets 2016-01-20 14:57:37 +00:00
parent 0261d732e4
commit 5cf05ece6d

View File

@ -1,6 +1,6 @@
#!/bin/sh
KERNEL="../kernel/vmlinuz64"
KERNEL="../alpine/kernel/vmlinuz64"
INITRD="../alpine/initrd.img"
CMDLINE="earlyprintk=serial console=ttyS0 virtio_pci.force_legacy=1"