Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/utils/sysinst/arch/sparc Pullup revs 1.11-1.12 ...



details:   https://anonhg.NetBSD.org/src/rev/cced15078258
branches:  netbsd-1-6
changeset: 530151:cced15078258
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Feb 20 06:57:02 2003 +0000

description:
Pullup revs 1.11-1.12 (requested by mrg in ticket #1177)
 Fix installation of kernel problems. PR#18502
 Also various small fixes with set selection.

diffstat:

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

diffs (22 lines):

diff -r ea1e800860a8 -r cced15078258 distrib/utils/sysinst/arch/sparc/md.h
--- a/distrib/utils/sysinst/arch/sparc/md.h     Thu Feb 20 06:45:54 2003 +0000
+++ b/distrib/utils/sysinst/arch/sparc/md.h     Thu Feb 20 06:57:02 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.10.2.1 2003/02/20 06:57:02 jmc Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -67,9 +67,9 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC",           0, NULL, "Kernel       : "},
-    {"kern-GENERIC_SCSI3",     0, NULL, "Kernel       : "},
-    {"kern-GENERIC_SUN4U",     0, NULL, "Kernel       : "},
+    {"kern-GENERIC",           1, NULL, "Kernel       : "},
+    {"kern-GENERIC_SCSI3",     0, NULL, "Kernel(SCSI3): "},
+    {"kern-GENERIC_SUN4U",     0, NULL, "Kernel(SUN4U): "},
     {"base",                   1, NULL, "Base         : "},
     {"etc",                    1, NULL, "System (/etc): "},
     {"comp",                   1, NULL, "Compiler     : "},



Home | Main Index | Thread Index | Old Index