From: Ben Gras Date: Tue, 16 Jan 2007 12:59:13 +0000 (+0000) Subject: Fsck needs more memory for bigger filesystems X-Git-Tag: v3.1.3~113 X-Git-Url: http://zhaoyanbai.com/repos/man.isc-hmac-fixup.html?a=commitdiff_plain;h=84124232480a7eddd33b70fe2d998595c01cf155;p=minix.git Fsck needs more memory for bigger filesystems --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 2ab7702b9..e69f4d00d 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -419,7 +419,7 @@ fortune: fortune.c fsck: fsck.c $(CCLD) -o $@ $? - @install -S 5120k $@ + @install -S 6144k $@ fsck1: fsck1.c $(CCLD) -o $@ $?