Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/man/man8/man8.sun3 Pull up file removal (requeste...



details:   https://anonhg.NetBSD.org/src/rev/970894336422
branches:  netbsd-1-6
changeset: 528317:970894336422
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jun 30 08:14:33 2002 +0000

description:
Pull up file removal (requested by grant in ticket #409):
remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
do not install /usr/mdec/installboot anymore.

diffstat:

 share/man/man8/man8.sun3/installboot.8 |  58 ----------------------------------
 1 files changed, 0 insertions(+), 58 deletions(-)

diffs (62 lines):

diff -r 49249c0f8c1b -r 970894336422 share/man/man8/man8.sun3/installboot.8
--- a/share/man/man8/man8.sun3/installboot.8    Sun Jun 30 08:14:25 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-.\"    $NetBSD: installboot.8,v 1.9 2001/12/26 02:12:05 wiz Exp $
-.\"
-.Dd May 31, 1995
-.Dt INSTALLBOOT 8 sun3
-.Os
-.Sh NAME
-.Nm installboot
-.Nd install a bootstrap on a UFS disk
-.Sh SYNOPSIS
-.Nm /usr/mdec/installboot
-.Fl n | Fl v
-.Ar ufsboot
-.Ar bootxx
-.Ar rawdev
-.Sh DESCRIPTION
-.Nm
-is used to install a "first-stage" boot program into the boot area
-of a UFS disk partition, and initialize the table of block numbers the
-.Ar bootxx
-program uses to load the second-stage boot program.
-.Pp
-The options are as follows:
-.Bl -tag -width flag
-.It Fl n
-Do not actually write anything on the disk.
-.It Fl v
-Be verbose, printing out the block numbers that
-.Ar bootxx
-will use to load
-.Ar ufsboot .
-.El
-.Pp
-The arguments are:
-.Bl -tag -width ufsboot
-.It Ar ufsboot
-the name of the second-stage boot program in the file system
-where the first-stage boot program is to be installed.
-.It Ar bootxx
-the name of the prototype file for the first stage boot program.
-.It Ar rawdev
-the name of the raw device in which the first-stage boot program
-is to be installed.  This should correspond to the block device
-on which the file system containing
-.Ar ufsboot
-is mounted.
-.El
-.Sh SEE ALSO
-.Xr disklabel 8 ,
-.Xr init 8
-.Sh BUGS
-.Nm
-requires simultaneous access to the mounted file system and
-the raw device, but that is not allowed with the kernel
-.Dv 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 ) .



Home | Main Index | Thread Index | Old Index