Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / notes / atari / xfer
blobaa5e63a5a7cb1147849c04b81d6fd6391998a8c4
1 .\"     $NetBSD: xfer,v 1.15 2006/11/25 22:53:35 mishka Exp $
3 Installation is supported from several media types, including:
4 .Pp
5 .(bullet -compact -offset indent
6 .Tn GEMDOS Ns / Ns Tn TOS No HD partitions
7 .It
8 Tape
9 .bullet)
10 .Pp
11 No matter what you do, however, you'll need to have three disks handy,
12 on which you will put the install and boot floppy images.
13 .Pp
14 All the images are available from the directory
15 .Pa installation/floppies
16 under the root of the
17 .Nx*M
18 tree at your favorite archive site.
19 .Pp
20 If you are using
21 .Nx*M
22 to make the floppies, you should use
23 the command
24 .Xr dd 1
25 to write the raw floppy images (.fs files) to
26 the disk.
27 As an example, to write the first part of the miniroot file system
28 onto a 720 KB floppy in fd0 use:
29 .Pp
30 .Dl # Ic "dd if=miniroot.fs.1 of=/dev/rfd0b bs=9b"
31 .Pp
32 If you are using
33 .Tn TOS
34 to make the floppies, grab the
35 .Ic rawwrite
36 utility from the
37 .Pa \*M/utils
38 directory and issue the command:
39 .Pp
40 .Dl Ic "rawwrite boot.fs"
41 .Pp
42 This will create the boot-floppy on the floppy in drive a.
43 The floppies should be pre-formatted on 720 KB / 1.44 MB for both the
44 .Ic dd
45 and
46 .Ic rawwrite
47 commands to work.
48 Pre-formatting can be best done using the desktop format command.
49 Some other utilities seem to be giving problems.
50 .Pp
51 Since the 1.3 release, it is also possible to use HD-floppies.
52 You should than use the floppy device
53 .Pa /dev/rfd0c
54 or add the
55 .Fl H
56 flag to
57 .Ic rawwrite .
58 .Pp
59 The steps necessary to prepare the distribution sets
60 for installation depend on which method of installation
61 you choose.
62 The various methods are explained below.
63 .(tag GEMDOSxx
64 .It Tn GEMDOS
65 To install
66 .Nx
67 from a
68 .Tn GEMDOS
69 partition, you need to get the
70 .Nx
71 distribution sets you wish to install
72 on your system on to a
73 .Tn GEMDOS
74 partition.
75 .Pp
76 Note where you placed the files, you will need this later.
77 .Pp
78 Once you have done this, you can proceed to the next
79 step in the installation process, preparing your hard disk.
80 .It Em Tape
81 To install
82 .Nx
83 from a tape, you need to somehow
84 get the
85 .Nx
86 filesets you wish to install on
87 your system on to the appropriate kind of tape.
88 If you make the tape on a
89 .Ul
90 system, you can create it as follows:
91 .Pp
92 .Dl # Ic "cd .../NetBSD-\*V/\*M/binary/sets"
93 .Dl # Ic "T=\*[Lt]tape_device\*[Gt]"
94 .Dl # Ic "mt -f $T rewind"
95 .Dl # Ic "for f in base etc comp games man misc text"
96 .Dl   Ic "\ \ \ \ dd if=$f.tgz of=$T conv=osync bs=5k"
97 .Dl # Ic "done"
98 .Dl # Ic "mt -f $T rewind"
99 .Pp
100 where
101 .Dq \*[Lt]tape_device\*[Gt]
102 is the name of the (non-rewinding!) tape
103 device that you're using (probably something like
104 .Pa /dev/nrst0 ,
105 but we make no guarantees 8-).
106 If you can't figure it out, ask your system administrator.
108 Once you have done this, you can proceed to the next
109 step in the installation process, preparing your hard disk.
110 .tag)