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/hpcmips make "kern-GENERIC" selec...



details:   https://anonhg.NetBSD.org/src/rev/6996e5c1d5c4
branches:  trunk
changeset: 525921:6996e5c1d5c4
user:      shin <shin%NetBSD.org@localhost>
date:      Sun Apr 21 11:21:53 2002 +0000

description:
make "kern-GENERIC" selected by default.

diffstat:

 distrib/utils/sysinst/arch/hpcmips/md.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c45b0f686e58 -r 6996e5c1d5c4 distrib/utils/sysinst/arch/hpcmips/md.h
--- a/distrib/utils/sysinst/arch/hpcmips/md.h   Sun Apr 21 11:20:45 2002 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/md.h   Sun Apr 21 11:21:53 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.11 2002/03/23 03:24:34 shin Exp $     */
+/*     $NetBSD: md.h,v 1.12 2002/04/21 11:21:53 shin Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -70,7 +70,7 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC",   0, "ag", "Kernel       : "},
+    {"kern-GENERIC",   1, "ag", "Kernel       : "},
     {"kern-TX3912",    0, "ag", "Kernel       : "},
     {"base",           1, "bw", "Base         : "},
     {"etc",            1, "aa", "System (/etc): "},



Home | Main Index | Thread Index | Old Index