Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov 17 19:35:55 UTC 2012

Modified Files:
        src/distrib/utils/sysinst/arch/x68k: md.h

Log Message:
Define HAVE_UFS2_BOOT to enable UFS2 root in sysinst.

UFS2 support for secondary boot was added on March 2012:
http://mail-index.netbsd.org/source-changes/2012/03/20/msg033042.html
Note prinary boot_ufs has supported UFS2 since 2003:
http://mail-index.netbsd.org/source-changes/2003/04/09/0036.html


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/sysinst/arch/x68k/md.h

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/arch/x68k/md.h
diff -u src/distrib/utils/sysinst/arch/x68k/md.h:1.20 src/distrib/utils/sysinst/arch/x68k/md.h:1.21
--- src/distrib/utils/sysinst/arch/x68k/md.h:1.20	Mon Apr  4 08:30:45 2011
+++ src/distrib/utils/sysinst/arch/x68k/md.h	Sat Nov 17 19:35:55 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.h,v 1.20 2011/04/04 08:30:45 mbalmer Exp $	*/
+/*	$NetBSD: md.h,v 1.21 2012/11/17 19:35:55 tsutsui Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -60,6 +60,9 @@
 #define DEFUSRSIZE	70	/* Default /usr size, if /home */
 #define XNEEDMB		35	/* Extra megs for full X installation */
 
+/* have support for booting from UFS2 */
+#define HAVE_UFS2_BOOT
+
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:

Reply via email to