Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8/man8.amiga Adjust for amiga/boot ver 3.1.



details:   https://anonhg.NetBSD.org/src/rev/4c09448f79a2
branches:  trunk
changeset: 959791:4c09448f79a2
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Feb 25 03:43:57 2021 +0000

description:
Adjust for amiga/boot ver 3.1.

Bump date.

diffstat:

 share/man/man8/man8.amiga/boot.8        |  12 +++++++-----
 share/man/man8/man8.amiga/installboot.8 |  23 +++++++++++++----------
 2 files changed, 20 insertions(+), 15 deletions(-)

diffs (101 lines):

diff -r 43fb2a3f3d14 -r 4c09448f79a2 share/man/man8/man8.amiga/boot.8
--- a/share/man/man8/man8.amiga/boot.8  Thu Feb 25 03:42:59 2021 +0000
+++ b/share/man/man8/man8.amiga/boot.8  Thu Feb 25 03:43:57 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.16 2017/02/18 21:47:11 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.17 2021/02/25 03:43:57 rin Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\"    From:
 .\"    @(#)boot_hp300.8        8.2 (Berkeley) 4/19/94
 .\"
-.Dd February 17, 2017
+.Dd February 25, 2021
 .Dt BOOT 8 amiga
 .Os
 .Sh NAME
@@ -233,11 +233,13 @@
 .Nx
 root partition from AmigaOS.
 .Sh FILES
-.Bl -tag -width /usr/mdec/bootxx_ffs -compact
+.Bl -tag -width /usr/mdec/bootxx_ffsv1 -compact
 .It Pa /netbsd
 system kernel
-.It Pa /usr/mdec/bootxx_ffs
-RDB device primary boot block
+.It Pa /usr/mdec/bootxx_ffsv1
+RDB device primary boot block for FFSv1 (and ustarfs)
+.It Pa /usr/mdec/bootxx_ffsv2
+RDB device primary boot block for FFSv2
 .It Pa /usr/mdec/bootxx_fd
 floppy disk primary boot block
 .It Pa /usr/mdec/boot.amiga
diff -r 43fb2a3f3d14 -r 4c09448f79a2 share/man/man8/man8.amiga/installboot.8
--- a/share/man/man8/man8.amiga/installboot.8   Thu Feb 25 03:42:59 2021 +0000
+++ b/share/man/man8/man8.amiga/installboot.8   Thu Feb 25 03:43:57 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.23 2017/07/03 21:31:00 wiz Exp $
+.\"    $NetBSD: installboot.8,v 1.24 2021/02/25 03:43:57 rin Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 17, 2017
+.Dd February 25, 2021
 .Dt INSTALLBOOT 8 amiga
 .Os
 .Sh NAME
@@ -69,27 +69,30 @@
 to load the kernel from the filesystem on the partition it was started from.
 The code for the boot program can be found in
 .Pa /usr/mdec/bootxx_fd
-.Pq floppy disk code
+.Pq floppy disk code ,
+.Pa /usr/mdec/bootxx_ffsv1
+.Pq generic RDB disk code for FFSv1 ,
 or
-.Pa /usr/mdec/bootxx_ffs
-.Pq generic RDB disk code .
+.Pa /usr/mdec/bootxx_ffsv2
+.Pq generic RDB disk code for FFSv2 .
 .Pp
 The arguments are:
 .Bl -tag -width bootblock
 .It Fl l Ar newcommandline
 Specify a different command line to replace the default.
 .It Ar bootblock
-The file containing the bootblock (normally /usr/mdec/bootxx_ffs for RDB devices).
+The file containing the bootblock (normally /usr/mdec/bootxx_ffsv1 or
+bootxx_ffsv2 for RDB devices).
 .It Ar device
 The name of the character special device specifying the partition on which the
 bootstrap is to be installed.
 .El
 .Sh EXAMPLES
 The following command will install the
-boot program in the bootblock area on
+boot program for FFSv1 in the bootblock area on
 .Dq sd0a :
 .Bd -literal -offset indent
-installboot /usr/mdec/bootxx_ffs /dev/rsd0a
+installboot /usr/mdec/bootxx_ffsv1 /dev/rsd0a
 .Ed
 .Sh SEE ALSO
 .Xr dd 1 ,
@@ -122,8 +125,8 @@
 .Nx .
 Therefore, you have to use HDTOOLBOX or a similar tool to
 set the partition to bootable, "use custom bootblocks" and the number
-of bootblocks to 16 (for bootxx_ffs) or 2 (for bootxx_fd), at least the first
-time you install the bootblock.
+of bootblocks to 16 (for bootxx_ffsv1 or bootxx_ffsv2) or 2 (for bootxx_fd),
+at least the first time you install the bootblock.
 .Pp
 As normal dd is used to install the bootblock, you can only install onto
 your currently used root (or any other mounted) partition from single-user



Home | Main Index | Thread Index | Old Index