On platforms for which there is more than one kernel set choice,

default the kernel sets to "no", thus requiring that the user
explicitly enable the one that is right for their system.
This commit is contained in:
thorpej 2001-11-29 23:24:23 +00:00
parent 0f33bc5dfa
commit 3a4956a5c8
6 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:58 thorpej Exp $ */
/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:23 thorpej Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -70,9 +70,9 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "ag", "Kernel : "},
{"kern-TX3912", 1, "ag", "Kernel : "},
{"kern-TX3922", 1, "ag", "Kernel : "},
{"kern-GENERIC", 0, "ag", "Kernel : "},
{"kern-TX3912", 0, "ag", "Kernel : "},
{"kern-TX3922", 0, "ag", "Kernel : "},
{"base", 1, "bw", "Base : "},
{"etc", 1, "aa", "System (/etc): "},
{"comp", 1, "bl", "Compiler : "},

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.30 2001/11/29 23:20:58 thorpej Exp $ */
/* $NetBSD: md.h,v 1.31 2001/11/29 23:24:24 thorpej Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -70,11 +70,11 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, "aj", "Kernel : "},
{"kern-GENERIC_TINY", 1, "aj", "Kernel : "},
{"kern-GENERIC_LAPTOP", 1, "aj", "Kernel : "},
{"kern-GENERIC_DIAGNOSTIC", 1, "aj", "Kernel : "},
{"kern-GENERIC_PS2TINY", 1, "aj", "Kernel : "},
{"kern-GENERIC", 0, "aj", "Kernel : "},
{"kern-GENERIC_TINY", 0, "aj", "Kernel : "},
{"kern-GENERIC_LAPTOP", 0, "aj", "Kernel : "},
{"kern-GENERIC_DIAGNOSTIC", 0, "aj", "Kernel : "},
{"kern-GENERIC_PS2TINY", 0, "aj", "Kernel : "},
{"base", 1, "cr", "Base : "},
{"etc", 1, "aa", "System (/etc) : "},
{"comp", 1, "ca", "Compiler : "},

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:58 thorpej Exp $ */
/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:24 thorpej Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -202,8 +202,8 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"kern-GENERICSBC", 1, NULL, "Kernel (SBC) : "},
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-GENERICSBC", 0, NULL, "Kernel (SBC) : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.6 2001/11/29 23:20:59 thorpej Exp $ */
/* $NetBSD: md.h,v 1.7 2001/11/29 23:24:24 thorpej Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -51,8 +51,8 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"kern-GENERIC_TINY", 1, NULL, "Kernel : "},
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-GENERIC_TINY", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */
/* $NetBSD: md.h,v 1.3 2001/11/29 23:24:25 thorpej Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -94,8 +94,8 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"kern-GENERIC_INDY", 1, NULL, "Kernel : "},
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-GENERIC_INDY", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.9 2001/11/29 23:21:02 thorpej Exp $ */
/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:25 thorpej Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -67,9 +67,9 @@
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC", 1, NULL, "Kernel : "},
{"kern-GENERIC_SCSI3", 1, NULL, "Kernel : "},
{"kern-GENERIC_SUN4U", 1, NULL, "Kernel : "},
{"kern-GENERIC", 0, NULL, "Kernel : "},
{"kern-GENERIC_SCSI3", 0, NULL, "Kernel : "},
{"kern-GENERIC_SUN4U", 0, NULL, "Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc): "},
{"comp", 1, NULL, "Compiler : "},