diff options
Diffstat (limited to 'sys/arch/hp300/stand/netboot.c')
-rw-r--r-- | sys/arch/hp300/stand/netboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/netboot.c b/sys/arch/hp300/stand/netboot.c index 34e9aee755b..0d973073312 100644 --- a/sys/arch/hp300/stand/netboot.c +++ b/sys/arch/hp300/stand/netboot.c @@ -56,7 +56,7 @@ extern int cons_scode; char *name; char *names[] = { - "netbsd", "onetbsd", "netbsd.old", + "bsd", "obsd", "bsd.old", }; #define NUMNAMES (sizeof(names)/sizeof(char *)) |