From 733dc578137cee8ea63e71fc119c9e64be449166 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 26 Jul 2016 13:47:51 +0100 Subject: [PATCH] Fix make xhyve after kernel image moved Signed-off-by: Justin Cormack --- xhyve/xhyverun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhyve/xhyverun.sh b/xhyve/xhyverun.sh index 319cd6d01..c769c2ee9 100755 --- a/xhyve/xhyverun.sh +++ b/xhyve/xhyverun.sh @@ -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"