Enable "kern-GENERIC" by default, otherwise "Full installation" will not

extract any kernel sets.
This commit is contained in:
tsutsui 2002-06-02 17:28:35 +00:00
parent e66a5b39e8
commit 9a006c64a6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.9 2002/03/16 17:26:56 tsutsui Exp $ */
/* $NetBSD: md.h,v 1.10 2002/06/02 17:28:35 tsutsui 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): "},