Enable "kern-GENERIC" by default, otherwise "Full installation" will not
extract any kernel sets.
This commit is contained in:
parent
e66a5b39e8
commit
9a006c64a6
|
@ -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.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 0, NULL, "Kernel : "},
|
{"kern-GENERIC", 1, NULL, "Kernel : "},
|
||||||
{"kern-GENERIC_TINY", 0, NULL, "Kernel : "},
|
{"kern-GENERIC_TINY", 0, NULL, "Kernel : "},
|
||||||
{"base", 1, NULL, "Base : "},
|
{"base", 1, NULL, "Base : "},
|
||||||
{"etc", 1, NULL, "System (/etc): "},
|
{"etc", 1, NULL, "System (/etc): "},
|
||||||
|
|
Loading…
Reference in New Issue