From da497754ecde055cbdf5bcbe88e6a731a3be6283 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 15 Dec 2015 11:33:53 +0000 Subject: [PATCH] make test disk bigger Signed-off-by: Justin Cormack --- xhyve/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhyve/Makefile b/xhyve/Makefile index 6b2464800..532e3f037 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=100k + dd if=/dev/zero of=disk.img bs=4096 count=1000k run: $(TARGET) disk.img ./xhyverun.sh || true