diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 07:17:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 07:17:21 +0000 |
commit | 41d914d0081999518dfa488bc8e21787044c7e7e (patch) | |
tree | f4f80c395555ada62c6168b30c32988f19d64005 /sys/arch/i386/netboot/main.c | |
parent | 72d3412c4de4e7dd211c355a71be8f06c922d78f (diff) |
kernel name is /bsd
Diffstat (limited to 'sys/arch/i386/netboot/main.c')
-rw-r--r-- | sys/arch/i386/netboot/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/i386/netboot/main.c b/sys/arch/i386/netboot/main.c index c62ca8a9516..715db4836c9 100644 --- a/sys/arch/i386/netboot/main.c +++ b/sys/arch/i386/netboot/main.c @@ -307,10 +307,8 @@ static char name_set[][9] = { }; static char *ext_set[] = { - ".netbsd", - ".netbsd.old", - ".386bsd", - ".386bsd.old", + ".bsd", + ".bsd.old", ".vmunix", ".vmunix.old", }; |