Module Name:    src
Committed By:   rin
Date:           Thu Feb 25 03:43:57 UTC 2021

Modified Files:
        src/share/man/man8/man8.amiga: boot.8 installboot.8

Log Message:
Adjust for amiga/boot ver 3.1.

Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man8/man8.amiga/boot.8
cvs rdiff -u -r1.23 -r1.24 src/share/man/man8/man8.amiga/installboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/man8.amiga/boot.8
diff -u src/share/man/man8/man8.amiga/boot.8:1.16 src/share/man/man8/man8.amiga/boot.8:1.17
--- src/share/man/man8/man8.amiga/boot.8:1.16	Sat Feb 18 21:47:11 2017
+++ src/share/man/man8/man8.amiga/boot.8	Thu Feb 25 03:43:57 2021
@@ -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 @@ filesystems such as bffs to access the
 .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

Index: src/share/man/man8/man8.amiga/installboot.8
diff -u src/share/man/man8/man8.amiga/installboot.8:1.23 src/share/man/man8/man8.amiga/installboot.8:1.24
--- src/share/man/man8/man8.amiga/installboot.8:1.23	Mon Jul  3 21:31:00 2017
+++ src/share/man/man8/man8.amiga/installboot.8	Thu Feb 25 03:43:57 2021
@@ -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 @@ filesystem code in
 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 @@ There is currently no easy way to edit t
 .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

Reply via email to