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/news68k Pull up revision 1.1...



details:   https://anonhg.NetBSD.org/src/rev/16f30803c558
branches:  netbsd-1-6
changeset: 527739:16f30803c558
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 04:00:44 2002 +0000

description:
Pull up revision 1.10 (requested by tsutsui in ticket #153):
Enable "kern-GENERIC" by default, otherwise "Full installation" will not
extract any kernel sets.

diffstat:

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

diffs (18 lines):

diff -r 8e238fbd40e1 -r 16f30803c558 distrib/utils/sysinst/arch/news68k/md.h
--- a/distrib/utils/sysinst/arch/news68k/md.h   Wed Jun 05 03:59:06 2002 +0000
+++ b/distrib/utils/sysinst/arch/news68k/md.h   Wed Jun 05 04:00:44 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.9 2002/03/16 17:26:56 tsutsui Exp $   */
+/*     $NetBSD: md.h,v 1.9.2.1 2002/06/05 04:00:44 lukem Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -64,7 +64,7 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC",           0, NULL, "Kernel       : "},
+    {"kern-GENERIC",           1, NULL, "Kernel       : "},
     {"kern-GENERIC_TINY",      0, NULL, "Kernel       : "},
     {"base",                   1, NULL, "Base         : "},
     {"etc",                    1, NULL, "System (/etc): "},



Home | Main Index | Thread Index | Old Index