diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-08-24 21:49:56 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-08-24 21:49:56 +0000 |
commit | f48deeeae461e0e99e6c9957fc61b5bc6d01ce15 (patch) | |
tree | 836b14e22dc92673f792ee24d32f356493f85dca /sys | |
parent | b92461d8fcbb5e0602eb2c1a1e8f70cc0a43fae4 (diff) |
Sync with i386 cdboot.8:
Better description of the path to bsd.rd, to avoid having to update it
every release. Also note that cdboot's ls command doesn't work on
ISO-9660 filesystems.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/cdboot.8 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/cdboot/cdboot.8 b/sys/arch/amd64/stand/cdboot/cdboot.8 index 3298661f611..23af83cfe41 100644 --- a/sys/arch/amd64/stand/cdboot/cdboot.8 +++ b/sys/arch/amd64/stand/cdboot/cdboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdboot.8,v 1.2 2004/08/24 15:37:59 tom Exp $ +.\" $OpenBSD: cdboot.8,v 1.3 2004/08/24 21:49:55 tom Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -58,8 +58,11 @@ If no commands are given for a short time, will then attempt to load an .Ox kernel from the CD. -It first looks for -.Pa /3.6/amd64/bsd.rd , +It first looks for the install kernel +.Pa bsd.rd +in the standard amd64 release directory +(e.g.\& +.Pa /3.6/amd64/bsd.rd ) , then for .Pa /bsd . It may be told to boot an alternative kernel, @@ -96,3 +99,8 @@ The .Nm program first appeared in .Ox 3.6 . +.Sh BUGS +The +.Ic ls +command does not work on ISO-9660 (cd9660) filesystems, +which are used on most CDs. |