Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/sparc64 Simplify boot commands (no -s needed), ...



details:   https://anonhg.NetBSD.org/src/rev/a88449bdb3e7
branches:  trunk
changeset: 538499:a88449bdb3e7
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Oct 21 20:35:39 2002 +0000

description:
Simplify boot commands (no -s needed), kill all references to installation
scripts, we use sysinst now.

diffstat:

 distrib/notes/sparc64/install |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r b1d71d5dbaa1 -r a88449bdb3e7 distrib/notes/sparc64/install
--- a/distrib/notes/sparc64/install     Mon Oct 21 19:39:51 2002 +0000
+++ b/distrib/notes/sparc64/install     Mon Oct 21 20:35:39 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.16 2002/07/20 02:41:15 lukem Exp $
+.\"    $NetBSD: install,v 1.17 2002/10/21 20:35:39 martin Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -127,14 +127,14 @@
 .Pp
 Then boot the miniroot by typing the appropriate command at the OpenBoot PROM:
 .Pp
-.Dl ok Ic "boot disk:b netbsd -s"
+.Dl ok Ic "boot disk:b netbsd"
 .Pp
 If you've loaded the miniroot onto some other disk than
 .Li sd0
 adapt
 the boot specifier accordingly, e.g.:
 .Pp
-.Dl ok Ic "boot disk1:b netbsd -s"
+.Dl ok Ic "boot disk1:b netbsd"
 .Pp
 The monitor boot command will cause the
 .Nx
@@ -143,7 +143,7 @@
 After the initial probe messages you'll be
 asked to start the install or upgrade procedure.
 Proceed to the section
-.Sx Running the installation scripts
+.Sx Running sysinst
 below.
 .
 .Ss2 Installing NetBSD by using a diskless setup
@@ -305,7 +305,7 @@
 Boot your workstation from the server by entering the following
 command at the monitor prompt:
 .Pp
-.Dl "ok boot net netbsd -s"
+.Dl "ok boot net netbsd"
 .Pp
 This will boot the
 .Nx
@@ -487,7 +487,7 @@
 command to see how your disks
 have been identified by the kernel.
 .Pp
-The installation script goes through the following phases:
+The sysinst goes through the following phases:
 .(bullet
 determination of the disk to install
 .Nx



Home | Main Index | Thread Index | Old Index