Module Name:    src
Committed By:   martin
Date:           Wed Feb 17 16:09:52 UTC 2010

Modified Files:
        src/distrib/utils/sysinst: disks.c

Log Message:
eeh says we should not enable fsck_lfs on lfs partitions


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/distrib/utils/sysinst/disks.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/disks.c
diff -u src/distrib/utils/sysinst/disks.c:1.110 src/distrib/utils/sysinst/disks.c:1.111
--- src/distrib/utils/sysinst/disks.c:1.110	Sat Jan  2 18:06:57 2010
+++ src/distrib/utils/sysinst/disks.c	Wed Feb 17 16:09:52 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: disks.c,v 1.110 2010/01/02 18:06:57 dsl Exp $ */
+/*	$NetBSD: disks.c,v 1.111 2010/02/17 16:09:52 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -699,7 +699,10 @@
 			if (!check_lfs_progs())
 				s = "# ";
 			fstype = "lfs";
-			/* FALLTHROUGH */
+			/* XXX fsck_lfs considered harmfull */
+			fsck_pass = 0;
+			dump_freq = 1;
+			break;
 		case FS_BSDFFS:
 			fsck_pass = (strcmp(mp, "/") == 0) ? 1 : 2;
 			dump_freq = 1;

Reply via email to