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 /sys/arch/i386/stand/boot/boot.8 | |
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 'sys/arch/i386/stand/boot/boot.8')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index fccd421c520..f4880c457ee 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.45 2007/04/27 10:08:34 tom Exp $ +.\" $OpenBSD: boot.8,v 1.46 2007/05/29 00:03:10 deraadt Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -135,13 +135,8 @@ By default, .Nm attempts to load the kernel executable .Pa /bsd . -If that fails, it will attempt to load -.Pa /obsd -and then -.Pa /bsd.old . -If it fails to find any of these files, -and no alternative kernel image has been specified, -the system will be unable to boot. +If it fails to find the kernel and no alternative kernel image has +been specified, the system will be unable to boot. .Sh COMMANDS The following commands are accepted at the .Nm |