Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/notes/common Pull up revisions 1.27, 1.29 (reque...



details:   https://anonhg.NetBSD.org/src/rev/016ba004ef97
branches:  netbsd-1-5
changeset: 492913:016ba004ef97
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 06 21:28:10 2002 +0000

description:
Pull up revisions 1.27,1.29 (requested by mbw):
  Various fixes:
   o Significant fixes/rework for macppc section:
     - Tweak ``Quick install'' section for macppc
     - OpenFirmware boot syntax section
     - Update/correct description of boot problems
     - Mention de0 as macppc possible interface
     - Other improvements and fixes
   o Add recently added developers
   o Formatting and spelling fixes

diffstat:

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

diffs (75 lines):

diff -r ed922c507998 -r 016ba004ef97 distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst      Thu Feb 28 12:57:14 2002 +0000
+++ b/distrib/notes/common/sysinst      Wed Mar 06 21:28:10 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysinst,v 1.5.4.14 2002/02/23 21:02:06 he Exp $
+.\"    $NetBSD: sysinst,v 1.5.4.15 2002/03/06 21:28:10 he Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -619,7 +619,8 @@
 this.
 .if r_macppc \{\
 .It
-.Em "Preparation for a disk which will be used for"
+.To 2 "Preparing a disk which will be used for MacOS and NetBSD"
+.Em "Preparing a disk which will be used for"
 .Tn MacOS
 .Em and NetBSD
 .Pp
@@ -1260,8 +1261,15 @@
 This can slow down the installation process considerably, especially
 on machines with slow graphics consoles or serial consoles.
 .Pp
-After all the files have been extracted, all the necessary
-device node files will be created. If you have already
+.ie r_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,
+all the necessary 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. If so, these
 values will be installed in the network configuration files.
@@ -1269,6 +1277,37 @@
 to make sure your clock has the right offset from UTC. 
 Finally you can set a password for the "root" account, to prevent 
 the machine coming up without access restrictions.  
+.if r_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 /;umount /mnt"
+.Dl # Ic "exit"
+.\}
 .It
 .To 2 "Finalizing your installation"
 .Em Finalizing your installation



Home | Main Index | Thread Index | Old Index