diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 16:46:05 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 16:46:05 +0000 |
commit | f9f75c16cd7b255479ec8cc1c2b3cc1d221673a3 (patch) | |
tree | 762810c9f938dc53f1b12b3fc65e41a8b3291f20 /sys/arch | |
parent | 5be114f840c5aaca238176998f3ea105186f8f3c (diff) |
shorter list of kernels to boot.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/boot.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c index ff7f3820bb0..417f59066b4 100644 --- a/sys/arch/sparc64/stand/ofwboot/boot.c +++ b/sys/arch/sparc64/stand/ofwboot/boot.c @@ -68,19 +68,8 @@ * this list is used in sequence, to find a kernel. */ char *kernels[] = { - "netbsd ", - "netbsd.gz ", - "netbsd.old ", - "netbsd.old.gz ", - "onetbsd ", - "onetbsd.gz ", - "vmunix ", -#ifdef notyet - "netbsd.pl ", - "netbsd.pl.gz ", - "netbsd.el ", - "netbsd.el.gz ", -#endif + "bsd ", + "obsd ", NULL }; |