]> Zhao Yanbai Git Server - minix.git/commitdiff
Fsck needs more memory for bigger filesystems
authorBen Gras <ben@minix3.org>
Tue, 16 Jan 2007 12:59:13 +0000 (12:59 +0000)
committerBen Gras <ben@minix3.org>
Tue, 16 Jan 2007 12:59:13 +0000 (12:59 +0000)
commands/simple/Makefile

index 2ab7702b94b8c38aa9a3353c59775d6f35c796f3..e69f4d00d121048023a18bc19fdfae7570e54100 100755 (executable)
@@ -419,7 +419,7 @@ fortune:    fortune.c
 
 fsck:  fsck.c
        $(CCLD) -o $@ $?
-       @install -S 5120k $@
+       @install -S 6144k $@
 
 fsck1: fsck1.c
        $(CCLD) -o $@ $?