diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-08-24 15:30:41 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-08-24 15:30:41 +0000 |
commit | 46d08bd139575d44e0d326b8b67a2805675defc6 (patch) | |
tree | 45c9d44d812b0fb41730ab4ef5680f578087d3be /sys/arch/i386/stand/cdboot | |
parent | 574e4a7698397fbe667f71202c29046863071ded (diff) |
Correctly document the order in which cdboot looks for kernels.
Diffstat (limited to 'sys/arch/i386/stand/cdboot')
-rw-r--r-- | sys/arch/i386/stand/cdboot/cdboot.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/cdboot/cdboot.8 b/sys/arch/i386/stand/cdboot/cdboot.8 index 1cad9712be3..88af2f82ef0 100644 --- a/sys/arch/i386/stand/cdboot/cdboot.8 +++ b/sys/arch/i386/stand/cdboot/cdboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdboot.8,v 1.1 2004/06/23 00:21:49 tom Exp $ +.\" $OpenBSD: cdboot.8,v 1.2 2004/08/24 15:30:40 tom Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -57,9 +57,11 @@ If no commands are given for a short time, .Nm will then attempt to load an .Ox -kernel -.Pa /bsd -from the CD. +kernel from the CD. +It first looks for +.Pa /3.6/i386/bsd.rd , +then for +.Pa /bsd . It may be told to boot an alternative kernel, either by commands in the .Pa boot.conf |