various small fixes.
This commit is contained in:
parent
c0356ed2a6
commit
85c70ec3d9
@ -67,7 +67,7 @@ subdirectory of the NetBSD 1.0 distribution tree, and are as follows:
|
||||
set). This set also includes the manual pages for all
|
||||
of the utilities it contains, as well as the system
|
||||
call and library manual pages.
|
||||
[ XXXK gzipped, XXXM uncompressed ]
|
||||
[ 4M gzipped, 12M uncompressed ]
|
||||
|
||||
etc10 This distribution set contains the system
|
||||
configuration files that reside in /etc and in several
|
||||
@ -76,27 +76,27 @@ subdirectory of the NetBSD 1.0 distribution tree, and are as follows:
|
||||
used if you are upgrading. (If you are upgrading,
|
||||
it's recommended that you get a copy of this set and
|
||||
CAREFULLY upgrade your configuration files by hand.)
|
||||
[ XXXK gzipped, XXXM uncompressed ]
|
||||
[ 50K gzipped, 280K uncompressed ]
|
||||
|
||||
games10 This set includes the games and their manual pages.
|
||||
[ XXXM gzipped, XXXM uncompressed ]
|
||||
[ 1M gzipped, 3M uncompressed ]
|
||||
|
||||
man10 This set includes all of the manual pages for the
|
||||
binaries and other software contained in the base set.
|
||||
Note that it does not include any of the manual pages
|
||||
that are included in the other sets.
|
||||
[ XXXM gzipped, XXXM uncompressed ]
|
||||
[ 730K gzipped, 3M uncompressed ]
|
||||
|
||||
misc10 This set includes the system dictionaries (which are
|
||||
rather large), the typesettable document set, and
|
||||
man pages for other architectures which happen to be
|
||||
installed from the source tree by default.
|
||||
[ XXXM gzipped, XXXM uncompressed ]
|
||||
[ 2M gzipped, 6M uncompressed ]
|
||||
|
||||
text10 This set includes NetBSD's text processing tools,
|
||||
including groff, all related programs, and their
|
||||
manual pages.
|
||||
[ XXXM gzipped, XXXM uncompressed ]
|
||||
[ 784K gzipped, 3M uncompressed ]
|
||||
|
||||
The amiga security distribution set is named "secr10" and can be found
|
||||
in the "amiga/security" subdirectory of the NetBSD 1.0 distribution
|
||||
@ -105,7 +105,7 @@ algorithm) and the binaries which depend on it. It can only be found
|
||||
on those sites which carry the complete NetBSD distribution and that
|
||||
can legally obtain it. (Remember, because of United States law, this
|
||||
distribution set may not be exported to locations outside of the
|
||||
United States and Canada.) [ XXXM gzipped, XXXM uncompressed ]
|
||||
United States and Canada.) [ 119K gzipped, 300K uncompressed ]
|
||||
|
||||
The amiga binary distribution sets are distributed in the same form as
|
||||
the source distribution sets; catted together, the members of a set
|
||||
|
@ -14,18 +14,18 @@ Here is a table of recommended HD partition sizes for a full install:
|
||||
local (/local) up to you
|
||||
|
||||
As you may note the recommended size of /usr is 20M greater than
|
||||
needed this is to leave room for a kernel source and compile tree
|
||||
needed. This is to leave room for a kernel source and compile tree
|
||||
as you will probably want to compile your own kernel. (GENERIC is
|
||||
large and bulky to accommodate all people).
|
||||
|
||||
Supported devices include:
|
||||
A4000 IDE controller.
|
||||
A4000/A1200 IDE controller.
|
||||
SCSI host adapters:
|
||||
33c93 based boards: A2091, A3000 and GVP series II.
|
||||
53c80 based boards: 12 Gauge, IVS and Wordsync.
|
||||
53c710 based boards: Magnum, Warp Engine and Zues.
|
||||
53c710 based boards: A4091, Magnum, Warp Engine and Zeus.
|
||||
Video controllers:
|
||||
ECS, AGA and A2024 built in on all amigas.
|
||||
ECS, AGA and A2024 built in on various amigas.
|
||||
Retina Z2 and Retina Z3.
|
||||
Ethernet controllers:
|
||||
A2065 Ethernet
|
||||
|
@ -24,17 +24,17 @@ begin again from scratch.
|
||||
You should see the screen clear and some information about
|
||||
your system as the kernel configures the hardware. Then
|
||||
you will be prompted for a root device. At this time remove
|
||||
the AmigaDOS kernel floppy from the drive if present and
|
||||
insert the BSD boot floppy. Now type `fd0' to boot off of
|
||||
the AmigaDOS kernel boot floppy from the drive if present and
|
||||
insert the BSD install floppy. Now type `fd0' to boot off of
|
||||
your floppy drive 0.
|
||||
|
||||
The system should continue to boot. For now ignore WARNING:
|
||||
messages about bad dates in clocks and swap space and about
|
||||
a missing /etc/spwd.db (it didn't fit, *shrug*). Eventually
|
||||
you will be asked asked to enter the pathname of the shell,
|
||||
just hit return. After a short while you should see a
|
||||
welcome message and a prompt, asking if you wish to proceed
|
||||
with the installation.
|
||||
you will be asked to enter the pathname of the shell, just
|
||||
hit return. After a short while you should see a welcome
|
||||
message and a prompt, asking if you wish to proceed with the
|
||||
installation.
|
||||
|
||||
If you wish to proceed, enter "y" and then return.
|
||||
|
||||
@ -44,7 +44,7 @@ begin again from scratch.
|
||||
|
||||
YOU ARE NOW AT THE POINT OF NO RETURN. If you confirm that
|
||||
you want to install NetBSD, your hard drive will be modified,
|
||||
and perhaps it contents scrambled at the whim of the install
|
||||
and perhaps its contents scrambled at the whim of the install
|
||||
program.
|
||||
|
||||
If you are sure you want to proceed, enter "yes" at the
|
||||
@ -58,7 +58,7 @@ begin again from scratch.
|
||||
newfs: /dev/rsd0a: can't rewrite disk label
|
||||
|
||||
If there are any others, restart from the the beginning of
|
||||
the installation process. This error is ok as the amiga
|
||||
the installation process. This error is ok as the Amiga
|
||||
does not write disklabels currently. You should expect
|
||||
this error whenever using newfs.
|
||||
|
||||
@ -116,6 +116,10 @@ begin again from scratch.
|
||||
|
||||
Extract game10
|
||||
|
||||
If the distribution sets are in different directories,
|
||||
you will need to cd to each directory in turn, runing
|
||||
"Set_tmp_dir" and the appropriate "Extract" command(s).
|
||||
|
||||
Continue this process until you've finished installing
|
||||
all of the sets which you desire to have on your
|
||||
hard disk. Once you have extracted all sets and
|
||||
@ -260,14 +264,15 @@ command "Configure".
|
||||
Configure will ask for the machine's hostname, domain name, and other
|
||||
network configuration information.
|
||||
|
||||
Once you have supplied configure all that it requests, your machine
|
||||
Once you have supplied `Configure' all that it requests, your machine
|
||||
will be configured well enough that when you reboot it it will
|
||||
almost be a completely functional NetBSD system. Note you should
|
||||
ignore the errors from `chown' they will be corrected shortly.
|
||||
|
||||
Once you are done with `Configure', halt the system with the "halt"
|
||||
command and reboot. Then again boot NetBSD this time with the
|
||||
command:
|
||||
command (wait for "halted" to be displayed) and reboot. Then again
|
||||
boot NetBSD this time with the command:
|
||||
|
||||
|
||||
loadbsd netbsd
|
||||
|
||||
|
@ -31,7 +31,10 @@ To prepare for installing via an AmigaDOS partition:
|
||||
|
||||
To install NetBSD from an AmigaDOS partition, you need to
|
||||
get the NetBSD distribution sets you wish to install
|
||||
on your system on to an AmigaDOS partition.
|
||||
on your system on to an AmigaDOS partition. All of the
|
||||
set_name.xx pieces can be placed in a single directory
|
||||
instead of separate ones for each distribution set. This
|
||||
will also simplify the installation work later on.
|
||||
|
||||
Note where you place the files you will need this later.
|
||||
|
||||
@ -40,8 +43,8 @@ To prepare for installing via an AmigaDOS partition:
|
||||
|
||||
To prepare for installing via a tape:
|
||||
|
||||
To install NetBSD from a tape, you need to be somehow
|
||||
to get the NetBSD filesets you wish to install on
|
||||
To install NetBSD from a tape, you need to somehow
|
||||
get the NetBSD filesets you wish to install on
|
||||
your system on to the appropriate kind of tape,
|
||||
in tar format.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user