Home | History | Annotate | Line # | Download | only in atari
xfer revision 1.1.1.1.6.2
      1          1.1      leo Installation is supported from several media types, including:
      2  1.1.1.1.6.1      leo 	* TOS HD partitions
      3  1.1.1.1.6.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.1.1.1.6.1      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.1.1.1.6.1      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.1.1.1.6.1      leo 	on your system on to an GEMDOS partition.  Rename the
     35  1.1.1.1.6.1      leo 	sets from xxx.tar.gz to xxx.tgz. 
     36          1.1      leo 
     37  1.1.1.1.6.1      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.1.1.6.1      leo 	your system on to the appropriate kind of tape. If you make
     47  1.1.1.1.6.1      leo 	the tape on a UN*X-like system, you can create it as follows:
     48          1.1      leo 
     49  1.1.1.1.6.2  mycroft 		cd .../NetBSD-1.2.1/atari/binary
     50  1.1.1.1.6.1      leo 		T=<tape_device>
     51  1.1.1.1.6.1      leo 		mt -f $T rewind
     52  1.1.1.1.6.1      leo 		for f in base etc comp games man misc text
     53  1.1.1.1.6.1      leo 			dd if=$f.tar.gz of=$T conv=sync bs=5k
     54  1.1.1.1.6.1      leo 		done
     55  1.1.1.1.6.1      leo 		mt -f $T rewind
     56          1.1      leo 
     57          1.1      leo 
     58  1.1.1.1.6.1      leo 	where "<tape_device>" is the name of the (non-rewinding!) tape
     59  1.1.1.1.6.1      leo 	device that you're using (probably something like /dev/nrst0,
     60  1.1.1.1.6.1      leo 	but we make no guarantees 8-).
     61          1.1      leo 	If you can't figure it out, ask your system administrator.
     62          1.1      leo 
     63          1.1      leo 	Once you have done this, you can proceed to the next
     64          1.1      leo 	step in the installation process, preparing your hard disk.
     65