From 104d323f15b24c1828747181b145e6e8e223b771 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 29 Aug 2012 22:54:39 +0000 Subject: [PATCH] Disable fsck_ffs for now, 4MB target size issues. --- tools/bsdbox/Makefile.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bsdbox/Makefile.fs b/tools/bsdbox/Makefile.fs index 03fe4b58198..5f6833723c9 100644 --- a/tools/bsdbox/Makefile.fs +++ b/tools/bsdbox/Makefile.fs @@ -8,7 +8,7 @@ CRUNCH_PROGS_sbin+= mdmfs mdconfig newfs CRUNCH_ALIAS_mdmfs= mount_mfs # UFS -CRUNCH_PROGS_sbin+= fsck_ffs +# CRUNCH_PROGS_sbin+= fsck_ffs CRUNCH_LIBS+= -lgeom CRUNCH_LIBS+= -lufs