Fix PR port-sgimips/17566: Install the INDY kernel set by default, since we

need one of the kernel sets installed (and since O2 support is currently not
working, it's easy to figure out which we should install 8-).
This commit is contained in:
rafal 2002-07-12 14:22:16 +00:00
parent 53c52257e1
commit 4d8aea6332
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.4 2002/05/21 21:59:03 rafal Exp $ */
/* $NetBSD: md.h,v 1.5 2002/07/12 14:22:16 rafal Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -94,7 +94,7 @@ EXTERN char *disk_names[]
EXTERN distinfo dist_list[]
#ifdef MAIN
= {
{"kern-GENERIC_INDY", 0, NULL, "Indy/I2 Kernel: "},
{"kern-GENERIC_INDY", 1, NULL, "Indy/I2 Kernel: "},
{"kern-GENERIC", 0, NULL, "O2 Kernel : "},
{"base", 1, NULL, "Base : "},
{"etc", 1, NULL, "System (/etc) : "},