From 84124232480a7eddd33b70fe2d998595c01cf155 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 16 Jan 2007 12:59:13 +0000 Subject: [PATCH] Fsck needs more memory for bigger filesystems --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $? -- 2.44.0