consistently use Ic for sysinst

This commit is contained in:
lukem 2002-06-30 12:28:55 +00:00
parent b980ea3e8a
commit 0012b1d7a8
5 changed files with 28 additions and 18 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: install,v 1.24 2002/06/29 09:33:10 lukem Exp $
.\" $NetBSD: install,v 1.25 2002/06/30 12:28:55 lukem Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -493,7 +493,9 @@ The
.Pa install
and
.Pa upgrade
scripts are still there, so by exiting the sysinst program you can type
scripts are still there, so by exiting the
.Ic sysinst
program you can type
.Li install
or
.Li upgrade

View File

@ -1,4 +1,4 @@
.\" $NetBSD: upgrade,v 1.2 2002/06/29 10:49:52 lukem Exp $
.\" $NetBSD: upgrade,v 1.3 2002/06/30 12:28:56 lukem Exp $
.
.so ../common/upgrade
.Pp
@ -17,7 +17,8 @@ and
.Pa /emul/aout ,
where they will be automatically found if an older a.out binary
is executed.
Sysinst will use an existing
.Ic sysinst
will use an existing
.Pa /emul
and / or
.Pa /emul/aout
@ -27,5 +28,6 @@ if necessary.
.Pp
If you already had a
.Pa /emul
directory, or a symbolic link by that name, sysinst should rename it
and tell you about it.
directory, or a symbolic link by that name,
.Ic sysinst
should rename it and tell you about it.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: contents,v 1.63 2002/06/29 08:32:30 lukem Exp $
.\" $NetBSD: contents,v 1.64 2002/06/30 12:28:56 lukem Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -190,7 +190,8 @@ A gzipped
.Nx
kernel (ELF format) containing code for everything supported in this
release.
It also includes a RAM-disk installer with sysinst.
It also includes a RAM-disk installer with
.Ic sysinst .
. It Pa netbsd.INSTALL.img.gz
Same as the above, but in the format expected by the firmware.
.\}
@ -1089,13 +1090,15 @@ The important files in this directory are as follows:
.(tag pbsdboot1.exe
.It Pa netbsd.gz
.Nx*M
kernel with system installer (sysinst).
kernel with system installer
.Pq Ic sysinst .
This kernel runs on Vr41xx and TX3922 CPU only.
.br
.Em 1.98 MB gzipped, 6.7 MB uncompressed
.It Pa netbsd.TX3912.gz
.Nx*M
kernel with system installer (sysinst).
kernel with system installer
.Pq Ic sysinst .
This kernel runs on TX3912 CPU only.
.br
.Em 1.98 MB gzipped, 6.7 MB uncompressed

View File

@ -1,12 +1,13 @@
.\" $NetBSD: prep,v 1.14 2002/06/29 11:01:28 lukem Exp $
.\" $NetBSD: prep,v 1.15 2002/06/30 12:28:57 lukem Exp $
.
There are two installation tools available.
The traditional miniroot
installer is script-based and may be netbooted or may be dumped to a disk
and run locally.
The ramdisk kernel with the sysinst installation
utility is more flexible, but can only be netbooted and has not been
extensively tested.
The ramdisk kernel with the
.Ic sysinst
installation utility is more flexible,
but can only be netbooted and has not been extensively tested.
.Pp
There are several possible installation configurations described in this
document.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: upgrade,v 1.21 2002/06/29 22:45:30 lukem Exp $
.\" $NetBSD: upgrade,v 1.22 2002/06/30 12:28:57 lukem Exp $
.
.so ../common/upgrade
.Pp
@ -16,7 +16,8 @@ and
.Pa /emul/aout ,
where they will be automatically found if an older a.out binary
is executed.
Sysinst will use an existing
.Ic sysinst
will use an existing
.Pa /emul
and / or
.Pa /emul/aout
@ -26,5 +27,6 @@ if necessary.
.Pp
If you already had a
.Pa /emul
directory, or a symbolic link by that name, sysinst should rename it
and tell you about it.
directory, or a symbolic link by that name,
.Ic sysinst
should rename it and tell you about it.