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/hppa/stand | |
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/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 4608b009b5e..fc6c63dfd76 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.15 2007/02/06 20:07:15 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.16 2007/05/29 00:03:09 deraadt Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -103,13 +103,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 |