diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-29 00:03:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-29 00:03:14 +0000 |
commit | c1f29978c6a9c09ae0accd6243fba6843793fc19 (patch) | |
tree | bdd786a8f16ee123595bd836f30f9011faab2caf /share/man/man8 | |
parent | 346f6a0569d7724812f218fac3414d8df48cc87e (diff) |
remove support for many alternative kernel choices -- only try /bsd and
not the other stupid names. that feature was retarded. tested on a few
architectures by a few people
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/man8.hp300/boot_hp300.8 | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/share/man/man8/man8.hp300/boot_hp300.8 b/share/man/man8/man8.hp300/boot_hp300.8 index cbfbffdae86..d1d740c0d8e 100644 --- a/share/man/man8/man8.hp300/boot_hp300.8 +++ b/share/man/man8/man8.hp300/boot_hp300.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_hp300.8,v 1.9 2004/12/27 16:41:12 miod Exp $ +.\" $OpenBSD: boot_hp300.8,v 1.10 2007/05/29 00:03:06 deraadt Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -127,24 +127,9 @@ The system will be booted multi-user unless this option is specified. .El .Pp If the user does not enter anything after a few seconds, the bootloader -will attempt to boot a kernel from the device it was loaded from, with no -options. -The following kernel filenames will be tried, in this order: -.Bl -item -compact -.Pp -.It -bsd -.It -bsd.gz -.It -obsd -.It -obsd.gz -.It -bsd.old -.It -bsd.old.gz -.El +will attempt to boot +.Pa /bsd +from the device it was loaded from, with no options. .Ss Abnormal system termination In case of system crashes, the kernel will usually enter the kernel debugger, |