Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common Kill an incorrect bit of text about cre...



details:   https://anonhg.NetBSD.org/src/rev/b82fe21088db
branches:  trunk
changeset: 746938:b82fe21088db
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Aug 23 22:17:18 2009 +0000

description:
Kill an incorrect bit of text about creating device nodes that had been hiding
under a macppc conditional.  Update for today's progress bar world.

diffstat:

 distrib/notes/common/sysinst |  53 +++----------------------------------------
 1 files changed, 4 insertions(+), 49 deletions(-)

diffs (75 lines):

diff -r e8dbbc79280a -r b82fe21088db distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst      Sun Aug 23 21:16:16 2009 +0000
+++ b/distrib/notes/common/sysinst      Sun Aug 23 22:17:18 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysinst,v 1.98 2009/04/25 10:34:43 snj Exp $
+.\"    $NetBSD: sysinst,v 1.99 2009/08/23 22:17:18 snj Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1595,22 +1595,10 @@
 .To 2 "Extracting the distribution sets"
 .Em Extracting the distribution sets
 .Pp
-Before extraction begins, you can elect to watch the files being
-extracted; the name of each file that is extracted will be shown.
-This can slow down the installation process considerably
-on machines with slow graphics consoles or serial consoles.
-Alternatively, you can choose to see a progress bar.
-This is the preferred option as it shows progress without significantly
-slowing down the installation process.
+A progress bar will be displayed while the distribution sets are
+being extracted.
 .Pp
-.ie \n[macppc] \{\
-If you are installing using the
-.Me "Re-install sets or install additional sets"
-option, then you will need to create the device nodes in
-.Pa /dev ,
-otherwise,
-.\}
-.el After all the files have been extracted,
+After all the files have been extracted,
 the device node files will be created.
 If you have already configured networking, you will be asked if you want to
 use this configuration for normal operation.
@@ -1620,39 +1608,6 @@
 Finally you will be asked to select a password encryption algorithm
 and can then set a password for the "root" account, to prevent
 the machine from coming up without access restrictions.
-.if \n[macppc] \{\
-.It
-.To 2 "Making the device nodes"
-.Em Making the device nodes
-.Pp
-If you are installing using the
-.Me "Re-install sets or install additional sets"
-option, then you will need to create the device nodes in
-.Pa /dev
-now.
-Otherwise, skip this step.
-.Pp
-Go to the main installation menu, and select
-.Me "Utility menu"
-and then select the
-.Me "Run /bin/sh"
-option, which will give you a shell prompt.
-You may need to type one of the following commands to get your delete key
-to work properly, depending on your keyboard:
-.Dl # Ic "stty erase '^h'"
-.Dl # Ic "stty erase '^?'"
-.Pp
-Type the following command (replacing
-.Pa wd0a
-with the partition name of your destination root partition):
-Now you need to mount your destination root partition:
-.Dl # Ic "mount /dev/wd0a /mnt"
-.Dl # Ic "cd /mnt/dev"
-.Dl # Ic "sh MAKEDEV all"
-.Dl # Ic "cd /"
-.Dl # Ic "umount /mnt"
-.Dl # Ic "exit"
-.\}
 .if \n[sparc64] \{\
 .It
 .To 2 "Ensure you have the correct kernel installed"



Home | Main Index | Thread Index | Old Index