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/sparc we really should install th...



details:   https://anonhg.NetBSD.org/src/rev/37a367c48ff8
branches:  trunk
changeset: 543114:37a367c48ff8
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Feb 17 16:31:05 2003 +0000

description:
we really should install the GENERIC kernel by default.

fixes PR install/18502 from Jay R. Fink.

diffstat:

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

diffs (18 lines):

diff -r 6c1fef6041c0 -r 37a367c48ff8 distrib/utils/sysinst/arch/sparc/md.h
--- a/distrib/utils/sysinst/arch/sparc/md.h     Mon Feb 17 15:08:57 2003 +0000
+++ b/distrib/utils/sysinst/arch/sparc/md.h     Mon Feb 17 16:31:05 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.10 2001/11/29 23:24:25 thorpej Exp $  */
+/*     $NetBSD: md.h,v 1.11 2003/02/17 16:31:05 grant Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -67,7 +67,7 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC",           0, NULL, "Kernel       : "},
+    {"kern-GENERIC",           1, NULL, "Kernel       : "},
     {"kern-GENERIC_SCSI3",     0, NULL, "Kernel       : "},
     {"kern-GENERIC_SUN4U",     0, NULL, "Kernel       : "},
     {"base",                   1, NULL, "Base         : "},



Home | Main Index | Thread Index | Old Index