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/i386 Install kern-GENERIC by defa...



details:   https://anonhg.NetBSD.org/src/rev/a4144d912535
branches:  trunk
changeset: 525452:a4144d912535
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Apr 11 18:16:05 2002 +0000

description:
Install kern-GENERIC by default.

diffstat:

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

diffs (18 lines):

diff -r 7b19b07a89bc -r a4144d912535 distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h      Thu Apr 11 18:14:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h      Thu Apr 11 18:16:05 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.31 2001/11/29 23:24:24 thorpej Exp $  */
+/*     $NetBSD: md.h,v 1.32 2002/04/11 18:16:05 mycroft Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -70,7 +70,7 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC",           0, "aj", "Kernel        : "},
+    {"kern-GENERIC",           1, "aj", "Kernel        : "},
     {"kern-GENERIC_TINY",      0, "aj", "Kernel        : "},
     {"kern-GENERIC_LAPTOP",    0, "aj", "Kernel        : "},
     {"kern-GENERIC_DIAGNOSTIC",        0, "aj", "Kernel        : "},



Home | Main Index | Thread Index | Old Index