Sync with release(7), and update ftp site IP address.

This commit is contained in:
scw 1998-01-04 12:48:14 +00:00
parent d11eb3028f
commit d6e657f29f
3 changed files with 36 additions and 27 deletions

View File

@ -3,12 +3,11 @@ The mvme68k-specific portion of the NetBSD _VER release is found in the
out as follows:
.../NetBSD-_VER/mvme68k/
INSTALL.txt Installation notes; this file.
INSTALL Installation notes; this file.
install/ Boot programs, a VME147 kernel,
a stand-alone RAMDISK kernel, and
a miniroot filesystem image.
see below.
installation/ Boot programs, a stand-alone
RAMDISK kernel, and a miniroot
filesystem image. see below.
binary/ mvme68k binary distribution sets;
see below.
@ -16,11 +15,18 @@ out as follows:
security/ mvme68k security distribution;
see below.
.../mvme68k/install/
.../mvme68k/installation/
miniroot/ The miniroot filesystem image.
netboot/ Two programs needed to boot a
VME147 kernel over the network.
tapeimage/ Tape boot programs, and a RAMDISK
kernel.
The NetBSD/mvme68k install distribution contains files that can be
used to install NetBSD onto a completely "bare" VME147. The files
in the "mvme68k/install" directory are described below:
in the "mvme68k/installation/*" directories are described below:
miniroot.gz A gzipped copy of the miniroot filesystem.
This image is to be un-gzipped and copied
@ -29,8 +35,6 @@ in the "mvme68k/install" directory are described below:
netbsd-rd.gz A gzipped copy of the "RAMDISK kernel"
for installing the miniroot filesystem.
netbsd.gz A gzipped VME147 kernel (for upgrade)
stboot A tape boot-block, in the form required to
allow 147-Bug to boot from tape. This is the
first segment of a boot tape.
@ -54,7 +58,7 @@ NetBSD/mvme68k. These files can also be used to configure an NFS server
to support installation "over the network". See the section "Getting
the NetBSD System onto Useful Media" for instructions on either method.
.../mvme68k/binary/
.../mvme68k/binary/sets
The NetBSD/mvme68k binary distribution sets contain the binaries which
comprise the NetBSD _VER release for the VME147. There are seven binary
@ -119,6 +123,13 @@ because of United States law, it may not be legal to distribute this set to
locations outside of the United States and Canada.)
[ 128K gzipped, 275K uncompressed ]
.../mvme68k/kernel/
The mvme68k kernel directory contains a gzip'ed VME147 specific kernel
image. This should be used when upgrading from a previous version of
NetBSD. Before starting the upgrade, you should unzip and copy this
kernel in place of your existing /netbsd image, then reboot.
The mvme68k binary distribution sets are distributed as gzipped tar files.
Each mvme68k binary distribution set also has its own "CKSUMS" file, just
as the source distribution sets do.

View File

@ -42,7 +42,7 @@ Loading: Operating System
Volume: NBSD
IPL loaded at: $003F0000
>> BSD MVME147 tapeboot [$Revision: 1.1 $]
>> BSD MVME147 tapeboot [$Revision: 1.2 $]
578616+422344+55540+[46032+51284]=0x11a6e4
Start @ 0x8000 ...
Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. All rights reserved.
@ -146,14 +146,12 @@ you don't feel like typing each one in full.
To start creating the basic partitions, you should enter 'm' (modify)
at the edlabel prompt, then enter the letter corresponding to the first
partition, 'a'. (Note: the program shows "a-i : modify partition". This
is incorrect for port-mvme68k. Only letters 'a' to 'h' are acceptable.
This will be fixed in the next release.)
partition, 'a'.
--> edlabel> m
modify subcommands:
@ : modify disk parameters
a-i : modify partition
a-h : modify partition
s : standarize geometry
q : quit this subcommand
--> edlabel/modify> a
@ -317,7 +315,7 @@ from the server:
4800
Download was a success!
Start @ 0x8000 ...
>> BSD MVME147 netboot (via sboot) [$Revision: 1.1 $]
>> BSD MVME147 netboot (via sboot) [$Revision: 1.2 $]
device: le0 attached to 08:00:3e:20:cb:87
boot: client IP address: 192.168.1.4
boot: client name: soapy

View File

@ -12,10 +12,10 @@ The procedure for transferring the distribution sets onto installation
media depends on the type of media. Instructions for each type of media
are given below.
In order to create installation media, you will need all the files in
these two directories:
In order to create installation media, you will need all the files and
subdirectories in these two directories:
.../NetBSD-_VER/mvme68k/install
.../NetBSD-_VER/mvme68k/installation
.../NetBSD-_VER/mvme68k/binary
@ -27,18 +27,18 @@ the installation sets.
The boot tape is created as follows:
--> cd .../NetBSD-_VER/mvme68k/install
--> cd .../NetBSD-_VER/mvme68k/installation
--> set T = /dev/nrst0
--> mt -f $T rewind
--> dd if=stboot of=$T
--> dd if=bootst of=$T obs=8k conv=osync
--> gzip -dc netbsd-rd.gz | dd of=$T obs=8k conv=osync
--> gzip -dc miniroot.gz | dd of=$T obs=8k conv=osync
--> dd if=tapeimage/stboot of=$T
--> dd if=tapeimage/bootst of=$T obs=8k conv=osync
--> gzip -dc tapeimage/netbsd-rd.gz | dd of=$T obs=8k conv=osync
--> gzip -dc miniroot/miniroot.gz | dd of=$T obs=8k conv=osync
--> mt -f $T rewind
The installation set tape is created as follows:
--> cd .../NetBSD-_VER/mvme68k/binary
--> cd .../NetBSD-_VER/mvme68k/binary/sets
--> set T = /dev/nrst0
--> mt -f $T rewind
--> foreach f (base etc comp games man misc text)
@ -137,5 +137,5 @@ server, you may want to keep the following information handy:
Server path: /pub/NetBSD/NetBSD-_VER/mvme68k/binary
Note: if you're not using a nameserver duing installation,
you might find 206.86.8.12 handy; it's the IP address of
ftp.NetBSD.ORG as of September 2, 1996.
you might find 204.152.184.75 handy; it's the IP address of
ftp.NetBSD.ORG as of January 3, 1997.