Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst/arch/sparc64 We can now boot from FFSv...



details:   https://anonhg.NetBSD.org/src/rev/50cc9605a118
branches:  trunk
changeset: 752163:50cc9605a118
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 17 16:11:00 2010 +0000

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

diffstat:

 distrib/utils/sysinst/arch/sparc64/md.h |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 6de2245602ed -r 50cc9605a118 distrib/utils/sysinst/arch/sparc64/md.h
--- a/distrib/utils/sysinst/arch/sparc64/md.h   Wed Feb 17 16:09:52 2010 +0000
+++ b/distrib/utils/sysinst/arch/sparc64/md.h   Wed Feb 17 16:11:00 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index