Source-Changes-HG archive

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

[src/netbsd-9]: src/usr.sbin/installboot Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/8851ea402120
branches:  netbsd-9
changeset: 934912:8851ea402120
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jun 20 13:51:46 2020 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #953):

        usr.sbin/installboot/installboot.8: revision 1.99
        usr.sbin/installboot/installboot.8: revision 1.98

Fix ews4800mips example.  Its raw partition is rsd0p, not rsd0c.
Reduce macro arguments.

diffstat:

 usr.sbin/installboot/installboot.8 |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 01e66ec8ae45 -r 8851ea402120 usr.sbin/installboot/installboot.8
--- a/usr.sbin/installboot/installboot.8        Sat Jun 20 13:49:32 2020 +0000
+++ b/usr.sbin/installboot/installboot.8        Sat Jun 20 13:51:46 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.97 2019/05/07 08:14:59 wiz Exp $
+.\"    $NetBSD: installboot.8,v 1.97.2.1 2020/06/20 13:51:46 martin Exp $
 .\"
 .\" Copyright (c) 2002-2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -770,8 +770,15 @@
 with the secondary bootstrap
 .Sq Pa /boot
 already present in the SysVBFS partition on the disk:
-.Dl Ic installboot /dev/rsd0c /usr/mdec/bootxx_bfs
-.
+.Dl Ic installboot /dev/rsd0p /usr/mdec/bootxx_bfs
+.Bd -ragged -offset indent-two -compact
+.Em Note :
+On
+.Nx Ns /ews4800mips
+the p partition is the
+.Dq whole disk
+(i.e., raw) partition.
+.Ed
 .Ss Nx Ns /i386 and Nx Ns /amd64
 Install new boot blocks on an existing
 .Sy FFSv2



Home | Main Index | Thread Index | Old Index