Module Name:    src
Committed By:   martin
Date:           Wed Feb 17 16:11:01 UTC 2010

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

Log Message:
We can now boot from FFSv2, so offer it + even use it as a default.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/utils/sysinst/arch/sparc64/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/sparc64/md.h
diff -u src/distrib/utils/sysinst/arch/sparc64/md.h:1.14 src/distrib/utils/sysinst/arch/sparc64/md.h:1.15
--- src/distrib/utils/sysinst/arch/sparc64/md.h:1.14	Sat Mar 15 18:30:13 2008
+++ src/distrib/utils/sysinst/arch/sparc64/md.h	Wed Feb 17 16:11:00 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.h,v 1.14 2008/03/15 18:30:13 martin Exp $	*/
+/*	$NetBSD: md.h,v 1.15 2010/02/17 16:11:00 martin Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -56,6 +56,15 @@
 #define DEFUSRSIZE	240	/* Default /usr size, if /home */
 #define XNEEDMB		80	/* Extra megs for full X installation */
 
+/* use UFS2 by default for ffs */
+#define	DEFAULT_UFS2
+
+/* have support for booting from UFS2 */
+#define	HAVE_UFS2_BOOT
+
+/* allow using tmpfs for /tmp instead of mfs */
+#define HAVE_TMPFS
+
 /*
  * Default filesets to fetch and install during installation
  * or upgrade.

Reply via email to