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/x68k Define HAVE_UFS2_BOOT to ena...
details: https://anonhg.NetBSD.org/src/rev/289a1d01ee29
branches: trunk
changeset: 782731:289a1d01ee29
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Nov 17 19:35:55 2012 +0000
description:
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
diffstat:
distrib/utils/sysinst/arch/x68k/md.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f138e6b2b294 -r 289a1d01ee29 distrib/utils/sysinst/arch/x68k/md.h
--- a/distrib/utils/sysinst/arch/x68k/md.h Sat Nov 17 19:10:46 2012 +0000
+++ b/distrib/utils/sysinst/arch/x68k/md.h Sat Nov 17 19:35:55 2012 +0000
@@ -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:
Home |
Main Index |
Thread Index |
Old Index