we really should install the GENERIC kernel by default.

fixes PR install/18502 from Jay R. Fink.
This commit is contained in:
grant 2003-02-17 16:31:05 +00:00
parent 8475773db1
commit e245be8651
1 changed files with 2 additions and 2 deletions

View File

@ -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 : "},