xfer revision 1.2 1 1.1 chopps Installation is supported from several media types, including:
2 1.1 chopps AmigaDOS HD partitions
3 1.1 chopps Tape
4 1.1 chopps NFS partitions
5 1.1 chopps FTP
6 1.1 chopps
7 1.1 chopps No matter what you do, however, you'll need to have one disk handy,
8 1.1 chopps on which you will put the install floppy image.
9 1.1 chopps
10 1.1 chopps All the images are available from the directory "amiga/floppies",
11 1.1 chopps under the root of the NetBSD tree at your favorite archive site.
12 1.1 chopps
13 1.1 chopps If you are using NetBSD/amiga to make the floppies, you should use
14 1.1 chopps the command dd(1) to write the raw floppy images (.fs files) to
15 1.1 chopps the disk. To write onto fd0 use:
16 1.1 chopps
17 1.1 chopps dd if=inst-10.fs of=/dev/rfd0a bs=11b
18 1.1 chopps
19 1.1 chopps If you are using AmigaDOS to make the floppies, you should
20 1.1 chopps use the rawwrite utility, provided in the directory
21 1.1 chopps "amiga/utilities" in the distribution. To write the image to
22 1.1 chopps the floppy in df0 use (from cli):
23 1.1 chopps
24 1.1 chopps rawwrite 0 inst-10.fs
25 1.1 chopps
26 1.1 chopps The steps necessary to prepare the distribution sets
27 1.1 chopps for installation depend on which method of installation
28 1.1 chopps you choose. The various methods are explained below.
29 1.1 chopps
30 1.1 chopps To prepare for installing via an AmigaDOS partition:
31 1.1 chopps
32 1.1 chopps To install NetBSD from an AmigaDOS partition, you need to
33 1.1 chopps get the NetBSD distribution sets you wish to install
34 1.2 chopps on your system on to an AmigaDOS partition. All of the
35 1.2 chopps set_name.xx pieces can be placed in a single directory
36 1.2 chopps instead of separate ones for each distribution set. This
37 1.2 chopps will also simplify the installation work later on.
38 1.1 chopps
39 1.1 chopps Note where you place the files you will need this later.
40 1.1 chopps
41 1.1 chopps Once you have done this, you can proceed to the next
42 1.1 chopps step in the installation process, preparing your hard disk.
43 1.1 chopps
44 1.1 chopps To prepare for installing via a tape:
45 1.1 chopps
46 1.2 chopps To install NetBSD from a tape, you need to somehow
47 1.2 chopps get the NetBSD filesets you wish to install on
48 1.1 chopps your system on to the appropriate kind of tape,
49 1.1 chopps in tar format.
50 1.1 chopps
51 1.1 chopps If you're making the tape on a UN*X system, the easiest
52 1.1 chopps way to do so is:
53 1.1 chopps
54 1.1 chopps tar cvf <tape_device> <files>
55 1.1 chopps
56 1.1 chopps where "<tape_device>" is the name of the tape device
57 1.1 chopps that describes the tape drive you're using (possibly
58 1.1 chopps something like /dev/nrst0, but we make no guarantees 8-).
59 1.1 chopps If you can't figure it out, ask your system administrator.
60 1.1 chopps "<files>" are the names of the "set_name.nnn" files
61 1.1 chopps which you want to be placed on the tape.
62 1.1 chopps
63 1.1 chopps Once you have done this, you can proceed to the next
64 1.1 chopps step in the installation process, preparing your hard disk.
65 1.1 chopps
66 1.1 chopps To prepare for installing via an NFS partition:
67 1.1 chopps
68 1.1 chopps NOTE: this method of installation is recommended
69 1.1 chopps only for those already familiar with using
70 1.1 chopps the BSD network-manipulation commands and
71 1.1 chopps interfaces. If you aren't, this documentation
72 1.1 chopps should help, but is not intended to be
73 1.1 chopps all-encompassing.
74 1.1 chopps
75 1.1 chopps Place the NetBSD software you wish to install into
76 1.1 chopps a directory on an NFS server, and make that directory
77 1.1 chopps mountable by the machine which you will be installing
78 1.1 chopps NetBSD on. This will probably require modifying the
79 1.1 chopps /etc/exports file of the NFS server and resetting
80 1.1 chopps mountd, acts which will require superuser privileges.
81 1.1 chopps Note the numeric IP address of the NFS server and of
82 1.1 chopps the router closest to the the new NetBSD machine,
83 1.1 chopps if the NFS server is not on a network which is
84 1.1 chopps directly attached to the NetBSD machine.
85 1.1 chopps
86 1.1 chopps Once you have done this, you can proceed to the next
87 1.1 chopps step in the installation process, preparing your hard disk.
88 1.1 chopps
89 1.1 chopps To prepare for installing via FTP:
90 1.1 chopps
91 1.1 chopps NOTE: this method of installation is recommended
92 1.1 chopps only for those already familiar with using
93 1.1 chopps the BSD network-manipulation commands and
94 1.1 chopps interfaces. If you aren't, this documentation
95 1.1 chopps should help, but is not intended to be
96 1.1 chopps all-encompassing.
97 1.1 chopps
98 1.1 chopps The preparations for this method of installation
99 1.1 chopps are easy: all you have to do is make sure that
100 1.1 chopps there's some FTP site from which you can retrieve
101 1.1 chopps the NetBSD installation when it's time to do
102 1.1 chopps the install. You should know the numeric IP
103 1.1 chopps address of that site, the numeric IP address of
104 1.1 chopps your nearest router if one is necessary
105 1.1 chopps
106 1.1 chopps Once you have done this, you can proceed to the next
107 1.1 chopps step in the installation process, preparing your hard disk.
108