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/sgimips Fix PR port-sgimips/17566...



details:   https://anonhg.NetBSD.org/src/rev/3b1d4ca320a8
branches:  trunk
changeset: 534002:3b1d4ca320a8
user:      rafal <rafal%NetBSD.org@localhost>
date:      Fri Jul 12 14:22:16 2002 +0000

description:
Fix PR port-sgimips/17566: Install the INDY kernel set by default, since we
need one of the kernel sets installed (and since O2 support is currently not
working, it's easy to figure out which we should install 8-).

diffstat:

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

diffs (18 lines):

diff -r ff4add720e00 -r 3b1d4ca320a8 distrib/utils/sysinst/arch/sgimips/md.h
--- a/distrib/utils/sysinst/arch/sgimips/md.h   Fri Jul 12 13:42:06 2002 +0000
+++ b/distrib/utils/sysinst/arch/sgimips/md.h   Fri Jul 12 14:22:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.4 2002/05/21 21:59:03 rafal Exp $     */
+/*     $NetBSD: md.h,v 1.5 2002/07/12 14:22:16 rafal Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -94,7 +94,7 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC_INDY",      0, NULL, "Indy/I2 Kernel: "},
+    {"kern-GENERIC_INDY",      1, NULL, "Indy/I2 Kernel: "},
     {"kern-GENERIC",           0, NULL, "O2 Kernel     : "},
     {"base",                   1, NULL, "Base          : "},
     {"etc",                    1, NULL, "System (/etc) : "},



Home | Main Index | Thread Index | Old Index