From b606e28039b401b130e743e2f2504d79fee37b65 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 15 Dec 2015 11:59:42 +0000 Subject: [PATCH] Need even more space on scratch disk for tests Signed-off-by: Justin Cormack --- xhyve/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhyve/Makefile b/xhyve/Makefile index 532e3f037..af94392d2 100644 --- a/xhyve/Makefile +++ b/xhyve/Makefile @@ -107,7 +107,7 @@ $(TARGET): $(TARGET).sym $(VERBOSE) $(ENV) $(STRIP) $(TARGET).sym -o $@ disk.img: - dd if=/dev/zero of=disk.img bs=4096 count=1000k + dd if=/dev/zero of=disk.img bs=4096 count=10000k run: $(TARGET) disk.img ./xhyverun.sh || true