diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-15 09:12:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-15 09:12:05 +0000 |
commit | bccd2e95ca7d6aeae0be2ab556a54b128f6edd4b (patch) | |
tree | 7edf237d74d279c216849b5f43e662fbac86af52 /sys/arch/hppa64 | |
parent | d7d2cdb4e6bcff859ec757c6a79f9337d6689079 (diff) |
- add /bsd.rd to FILES
- for amd64/i386 add /bsd.mp to FILES
ok tom@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/stand/boot/boot.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/stand/boot/boot.8 b/sys/arch/hppa64/stand/boot/boot.8 index 4c608faaa87..9dffbe7b4ea 100644 --- a/sys/arch/hppa64/stand/boot/boot.8 +++ b/sys/arch/hppa64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.2 2005/04/27 19:45:28 deraadt Exp $ +.\" $OpenBSD: boot.8,v 1.3 2005/07/15 09:12:04 jmc Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2005 Michael Shalayeff @@ -283,6 +283,8 @@ system bootstrap system bootstrap's startup file .It Pa /bsd kernel image +.It Pa /bsd.rd +kernel image for installation/recovery .El .Sh EXAMPLES Boot the default kernel: |