diff options
| author | martin <martin@NetBSD.org> | 2020-06-20 13:51:46 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-06-20 13:51:46 +0000 |
| commit | 471604623a2d6f30dda1d9713edb6389a6721c93 (patch) | |
| tree | 832550e341cf87c12cf23d2a90693d8333fea518 /usr.sbin | |
| parent | 85dae0725bf0cba0bd3e4f634afaa3f79c6c8fec (diff) | |
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 (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/installboot/installboot.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.sbin/installboot/installboot.8 b/usr.sbin/installboot/installboot.8 index 53e915cd77e..4e08115462e 100644 --- a/usr.sbin/installboot/installboot.8 +++ b/usr.sbin/installboot/installboot.8 @@ -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 @@ Install the System V Boot File System primary bootstrap on to disk 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 |
