Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot - be consistent with formatting, and us...



details:   https://anonhg.NetBSD.org/src/rev/ada373820e27
branches:  trunk
changeset: 533431:ada373820e27
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jun 30 08:10:40 2002 +0000

description:
- be consistent with formatting, and use FSTYPE instead of <fs>
- remove sparc and sun[23] BUGS that aren't relevant in this version

diffstat:

 usr.sbin/installboot/installboot.8 |  41 ++++++++++++++-----------------------
 1 files changed, 16 insertions(+), 25 deletions(-)

diffs (118 lines):

diff -r 384669fc1998 -r ada373820e27 usr.sbin/installboot/installboot.8
--- a/usr.sbin/installboot/installboot.8        Sun Jun 30 04:54:43 2002 +0000
+++ b/usr.sbin/installboot/installboot.8        Sun Jun 30 08:10:40 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.20 2002/06/30 04:39:05 grant Exp $
+.\"    $NetBSD: installboot.8,v 1.21 2002/06/30 08:10:40 lukem Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 21, 2002
+.Dd June 30, 2002
 .Dt INSTALLBOOT 8
 .Os
 .Sh NAME
@@ -143,7 +143,7 @@
 .Nm
 to install the primary bootstrap program
 (usually
-.Pa /usr/mdec/bootxx_ Ns Sy <fs> )
+.Pa /usr/mdec/bootxx_ Ns Sy FSTYPE )
 into
 .Ar filesystem .
 .Pp
@@ -311,9 +311,9 @@
 .Pp
 .Bl -tag -width /usr/mdec/boot.$MACHINE
 .
-.It Pa /usr/mdec/bootxx_ Ns Sy <fs>
+.It Pa /usr/mdec/bootxx_ Ns Sy FSTYPE
 Primary bootstrap for file system type
-.Sy <fs> .
+.Sy FSTYPE .
 Installed into the bootstrap area of the file system by
 .Nm "" .
 .
@@ -356,6 +356,7 @@
 .El
 .
 .Sh EXAMPLES
+.
 .Ss common
 Verbosely install the Berkeley Fast File System primary bootstrap on to disk
 .Sq sd0 :
@@ -410,18 +411,18 @@
 bootstrap is located in
 .Pa /usr/mdec/ofwboot .
 .
-.Ss NetBSD/sun2 and sun3
+.Ss NetBSD/sun2 and NetBSD/sun3
 Install the Berkeley Fast File System primary bootstrap on to disk
 .Sq sd0 ,
 with the secondary bootstrap
 .Sq Pa /boot
 already present:
 .Dl Ic installboot /dev/rsd0c /usr/mdec/bootxx /boot
+.
 .Sh SEE ALSO
 .Xr uname 3 ,
 .Xr boot 8 ,
-.Xr disklabel 8 ,
-.Xr init 8
+.Xr disklabel 8
 .
 .Sh HISTORY
 This implementation of
@@ -449,6 +450,7 @@
 .Sh BUGS
 There are not currently primary bootstraps to support all file systems
 types which are capable of being the root file system.
+.
 .Ss NetBSD/alpha
 The
 .Nx Ns Tn /alpha
@@ -460,6 +462,7 @@
 The size of primary bootstrap programs is restricted to 7.5KB, even
 though some file systems (e.g. ISO 9660) are able to accommodate larger
 ones.
+.
 .Ss NetBSD/pmax
 The
 .Nx Ns Tn /pmax
@@ -469,27 +472,15 @@
 The size of primary bootstrap programs is restricted to 7.5KB, even
 though some file systems (e.g. ISO 9660) are able to accommodate larger
 ones.
-.Ss NetBSD/sparc
-.Nm
-requires simultaneous access to the mounted file system and the raw
-device, but that is not allowed with the kernel securelevel variable
-set to a value greater than zero (the default), so
-.Nm
-only works in single-user mode (or insecure mode, see
-.Xr init 8 Ns ).
-.Ss NetBSD/sun3
+.
+.Ss NetBSD/sun2 and NetBSD/sun3
 The
+.Nx Ns Tn /sun2
+and
 .Nx Ns Tn /sun3
 secondary bootstrap program can only load kernels from file
 systems starting at the beginning of disks.
-.Pp
-.Nm
-requires simultaneous access to the mounted file system and the raw
-device, but that is not allowed with the kernel securelevel variable
-set to a value greater than zero (the default), so
-.Nm
-only works in single-user mode (or insecure mode, see
-.Xr init 8 Ns ).
+.
 .Ss NetBSD/vax
 The
 .Nx Ns Tn /vax



Home | Main Index | Thread Index | Old Index