From 41ab51583cd28f3f6acf296913b4a53c177c1f24 Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 29 Aug 2012 22:54:39 +0000 Subject: Disable fsck_ffs for now, 4MB target size issues. --- tools/bsdbox/Makefile.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bsdbox') diff --git a/tools/bsdbox/Makefile.fs b/tools/bsdbox/Makefile.fs index 03fe4b5..5f68337 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 -- cgit v1.1