summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/amd64-ci.make
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/amd64-ci.make')
-rw-r--r--dev/boot/amd64-ci.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make
index 9ee61eed..62ab9af1 100644
--- a/dev/boot/amd64-ci.make
+++ b/dev/boot/amd64-ci.make
@@ -88,7 +88,7 @@ all: compile-amd64
.PHONY: disk
disk:
- dd if=/dev/zero of=$(BOOT) bs=30M count=100
+ dd if=/dev/zero of=$(BOOT) bs=7M count=100
mformat -i $(BOOT) -F -v "NeKernel"