Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes More JavaStation setup instructions.



details:   https://anonhg.NetBSD.org/src/rev/9f3bfcd9e454
branches:  trunk
changeset: 556423:9f3bfcd9e454
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 15 16:10:58 2003 +0000

description:
More JavaStation setup instructions.
XXX - someone please demangle the common/netboot maze and fix the markup ;-)

diffstat:

 distrib/notes/common/contents |   8 +++++++-
 distrib/notes/common/netboot  |  31 +++++++++++++++++++++++--------
 distrib/notes/sparc/whatis    |   4 +++-
 3 files changed, 33 insertions(+), 10 deletions(-)

diffs (117 lines):

diff -r 846b3b1588a9 -r 9f3bfcd9e454 distrib/notes/common/contents
--- a/distrib/notes/common/contents     Mon Dec 15 15:13:55 2003 +0000
+++ b/distrib/notes/common/contents     Mon Dec 15 16:10:58 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: contents,v 1.95 2003/11/01 03:02:59 grant Exp $
+.\"    $NetBSD: contents,v 1.96 2003/12/15 16:10:58 martin Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -183,6 +183,12 @@
 .                      It Pa netbsd-GENERIC_SCSI3.gz
 A kernel with SCSI ID 3 explicitly mapped to 
 .Li sd0 .
+.                      It Pa netbsd-KRUPS.gz
+A kernel for JavaStation-NC (Krups) machines.
+.                      It Pa netbsd-MRCOFFEE.gz
+A kernel for JavaStation-1 (Mr. Coffee) machines using Open Boot Prom firmware.
+.                      It Pa netbsd-MRCOFFEE_OFW.gz
+A kernel for JavaStation-1 (Mr. Coffee) machines using OpenFirmware.
 .                      It Pa netbsd-GENERIC_SUN4U.gz
 A kernel which supports sparc64 hardware in 32-bit mode only.  See the 
 sparc64 INSTALL notes for help installing this kernel on your sparc64 
diff -r 846b3b1588a9 -r 9f3bfcd9e454 distrib/notes/common/netboot
--- a/distrib/notes/common/netboot      Mon Dec 15 15:13:55 2003 +0000
+++ b/distrib/notes/common/netboot      Mon Dec 15 16:10:58 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: netboot,v 1.19 2003/12/13 17:55:02 martin Exp $
+.\"    $NetBSD: netboot,v 1.20 2003/12/15 16:10:58 martin Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -128,8 +128,9 @@
 which has been linked to a file name appropriate to the client's
 architecture and IP address as described in the TFTP section below.
 JavaStations with OpenFirmware need a special bootstrap program,
-.Pa bootjs.elf ,
-which is in ELF format. It is not linked to the IP address.
+.Pa bootjs.net ,
+which is a version of boot.net in ELF format.
+It is not linked to the IP address.
 .\}
 .if \n[evbppc] \{\
 the kernel via the on-board Ethernet card by the firmware.
@@ -290,12 +291,17 @@
                 #
                 filename                "netbsd-INSTALL_WALNUT.img"
 .\}
-.el .if !\n[sparc] \{\
-
+.el
                 #
                 # Name of the bootloader or kernel
                 # to download via tftp.
                 #
+.if \n[sparc] \{\
+
+                #
+                # Only needed for JavaStations with OpenFirmware!
+                #
+                filename                "bootjs.net";
 .\}
 .ie \n[hp700] \{\
                 filename                "SYSNBSD";
@@ -318,6 +324,13 @@
                 #
                 always-reply-rfc1048 false;
 .\}
+
+                #
+                # If your DHCP server is not your NFS server, supply the
+                # address of the NFS server. Since we assume you run everything
+                # on one server, this is not needed.
+                #
+                # next-server server.test.net;
         }
  #you may paste another "host" entry here for additional 
  #clients on this network
@@ -329,7 +342,7 @@
 .(disp
 allow bootp;
 .disp)
-statement.
+statement, since this machines use real DHCP.
 .\}
 .Pp
 You will need to make sure that the
@@ -500,8 +513,10 @@
 .\} \" \n[sparc]
 .if \n[sparc] \{\
 For OpenFirmware based JavaStations you use the file
-.Pa /usr/mdec/bootjs.elf
-and do not create a symlink for the IP address.
+.Pa bootjs.net
+and do not create a symlink for the IP address. This machines do full
+DHCP autoconfiguration, so the bootstrap filename is provided by the
+DHCP server.
 .Pp
 .\}
 Just to be sure, let's make everything readable.
diff -r 846b3b1588a9 -r 9f3bfcd9e454 distrib/notes/sparc/whatis
--- a/distrib/notes/sparc/whatis        Mon Dec 15 15:13:55 2003 +0000
+++ b/distrib/notes/sparc/whatis        Mon Dec 15 16:10:58 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: whatis,v 1.18 2003/10/22 07:59:44 mbw Exp $
+.\"    $NetBSD: whatis,v 1.19 2003/12/15 16:10:58 martin Exp $
 .
 .Nx \*V
 is the seventh major release for the \*M.
@@ -19,6 +19,8 @@
 Improvements in PCMCIA support.
 .It
 Support for ZX and TZX framebuffers (a.k.a leo).
+.It
+Support for JavaStations.
 .bullet)
 .Pp
 .Nx \*V



Home | Main Index | Thread Index | Old Index