xfer revision 1.2 1 1.1 leo Installation is supported from several media types, including:
2 1.1 leo TOS HD partitions
3 1.1 leo Tape
4 1.1 leo
5 1.1 leo No matter what you do, however, you'll need to have three disks handy,
6 1.1 leo on which you will put the install and boot floppy images.
7 1.1 leo
8 1.1 leo All the images are available from the directory "atari/floppies",
9 1.1 leo under the root of the NetBSD tree at your favorite archive site.
10 1.1 leo
11 1.1 leo If you are using NetBSD/atari to make the floppies, you should use
12 1.1 leo the command dd(1) to write the raw floppy images (.fs files) to
13 1.1 leo the disk. To write onto fd0 use:
14 1.1 leo
15 1.2 leo dd if=miniroot-12.fs.1 of=/dev/rfd0b bs=9b
16 1.1 leo
17 1.1 leo If you are using TOS to make the floppies, grab the 'rawwrite' utility
18 1.1 leo from the "atari/utils" directory and issue the command:
19 1.2 leo rawwrite miniroot-12.fs
20 1.1 leo
21 1.1 leo This will create the boot-floppy on the floppy in drive a. The floppies
22 1.1 leo should be pre-formatted on 720Kb for both the 'dd' and 'rawwrite' commands
23 1.1 leo to work. Pre-formatting can be best done using the desktop format command.
24 1.1 leo Some other utilities seem to be giving problems.
25 1.1 leo
26 1.1 leo The steps necessary to prepare the distribution sets
27 1.1 leo for installation depend on which method of installation
28 1.1 leo you choose. The various methods are explained below.
29 1.1 leo
30 1.1 leo To prepare for installing via an GEMDOS partition:
31 1.1 leo
32 1.1 leo To install NetBSD from an GEMDOS partition, you need to
33 1.1 leo get the NetBSD distribution sets you wish to install
34 1.2 leo on your system on to an GEMDOS partition. Rename the
35 1.2 leo sets from xxx.tar.gz to xxx.tgz.
36 1.1 leo
37 1.2 leo Note where you placed the files you will need this later.
38 1.1 leo
39 1.1 leo Once you have done this, you can proceed to the next
40 1.1 leo step in the installation process, preparing your hard disk.
41 1.1 leo
42 1.1 leo To prepare for installing via a tape:
43 1.1 leo
44 1.1 leo To install NetBSD from a tape, you need to somehow
45 1.1 leo get the NetBSD filesets you wish to install on
46 1.1 leo your system on to the appropriate kind of tape,
47 1.1 leo in tar format.
48 1.1 leo
49 1.1 leo If you're making the tape on a UN*X system, the easiest
50 1.1 leo way to do so is:
51 1.1 leo
52 1.1 leo tar cvf <tape_device> <files>
53 1.1 leo
54 1.1 leo where "<tape_device>" is the name of the tape device
55 1.1 leo that describes the tape drive you're using (possibly
56 1.1 leo something like /dev/nrst0, but we make no guarantees 8-).
57 1.1 leo If you can't figure it out, ask your system administrator.
58 1.1 leo "<files>" are the names of the "set_name.nnn" files
59 1.1 leo which you want to be placed on the tape.
60 1.1 leo
61 1.1 leo Once you have done this, you can proceed to the next
62 1.1 leo step in the installation process, preparing your hard disk.
63