Home | History | Annotate | Line # | Download | only in amiga
xfer revision 1.6.2.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.3  chopps 	NetBSD partitions, if doing an upgrade.
      7      1.1  chopps 
      8  1.6.2.1  mellon The miniroot file system needs to be transferred to the NetBSD swap
      9  1.6.2.1  mellon partition.  This can be done from AmigaDOS in the case of a new
     10  1.6.2.1  mellon install or upgrade, or from NetBSD when doing an upgrade.  See the
     11  1.6.2.1  mellon "Preparing your System for NetBSD Installation" section for details.
     12      1.1  chopps 
     13      1.1  chopps The steps necessary to prepare the distribution sets
     14      1.1  chopps for installation depend on which method of installation
     15      1.1  chopps you choose.  The various methods are explained below.
     16      1.1  chopps 
     17      1.1  chopps To prepare for installing via an AmigaDOS partition:
     18      1.1  chopps 
     19      1.1  chopps 	To install NetBSD from an AmigaDOS partition, you need to
     20      1.1  chopps 	get the NetBSD distribution sets you wish to install
     21      1.2  chopps 	on your system on to an AmigaDOS partition.  All of the
     22      1.2  chopps 	set_name.xx pieces can be placed in a single directory
     23      1.2  chopps 	instead of separate ones for each distribution set.  This
     24      1.2  chopps 	will also simplify the installation work later on.
     25      1.1  chopps 
     26      1.1  chopps 	Note where you place the files you will need this later.
     27      1.1  chopps 
     28      1.1  chopps 	Once you have done this, you can proceed to the next
     29      1.1  chopps 	step in the installation process, preparing your hard disk.
     30      1.1  chopps 
     31      1.1  chopps To prepare for installing via a tape:
     32      1.1  chopps 
     33      1.2  chopps 	To install NetBSD from a tape, you need to somehow
     34      1.5  chopps 	get the NetBSD file sets you wish to install on
     35      1.1  chopps 	your system on to the appropriate kind of tape,
     36      1.1  chopps 	in tar format.
     37      1.1  chopps 
     38      1.1  chopps 	If you're making the tape on a UN*X system, the easiest
     39      1.1  chopps 	way to do so is:
     40      1.1  chopps 
     41      1.1  chopps 		tar cvf <tape_device> <files>
     42      1.1  chopps 
     43      1.1  chopps 	where "<tape_device>" is the name of the tape device
     44      1.1  chopps 	that describes the tape drive you're using (possibly
     45      1.1  chopps 	something like /dev/nrst0, but we make no guarantees 8-).
     46      1.1  chopps 	If you can't figure it out, ask your system administrator.
     47      1.6      is 	"<files>" are the names of the "set_name.xx" files
     48      1.1  chopps 	which you want to be placed on the tape.
     49      1.1  chopps 
     50      1.1  chopps 	Once you have done this, you can proceed to the next
     51      1.1  chopps 	step in the installation process, preparing your hard disk.
     52      1.1  chopps 
     53      1.1  chopps To prepare for installing via an NFS partition:
     54      1.1  chopps 
     55      1.1  chopps 	NOTE: this method of installation is recommended
     56      1.1  chopps 	      only for those already familiar with using
     57      1.1  chopps 	      the BSD network-manipulation commands and
     58      1.1  chopps 	      interfaces.  If you aren't, this documentation
     59      1.1  chopps 	      should help, but is not intended to be
     60      1.1  chopps 	      all-encompassing.
     61      1.1  chopps 
     62      1.1  chopps 	Place the NetBSD software you wish to install into
     63      1.1  chopps 	a directory on an NFS server, and make that directory
     64      1.1  chopps 	mountable by the machine which you will be installing
     65      1.1  chopps 	NetBSD on.  This will probably require modifying the
     66      1.1  chopps 	/etc/exports file of the NFS server and resetting
     67      1.1  chopps 	mountd, acts which will require superuser privileges.
     68      1.1  chopps 	Note the numeric IP address of the NFS server and of
     69      1.1  chopps 	the router closest to the the new NetBSD machine,
     70      1.1  chopps 	if the NFS server is not on a network which is
     71      1.1  chopps 	directly attached to the NetBSD machine.
     72      1.1  chopps 
     73      1.1  chopps 	Once you have done this, you can proceed to the next
     74      1.1  chopps 	step in the installation process, preparing your hard disk.
     75      1.1  chopps 
     76      1.1  chopps To prepare for installing via FTP:
     77      1.1  chopps 
     78      1.1  chopps 	NOTE: this method of installation is recommended
     79      1.1  chopps 	      only for those already familiar with using
     80      1.1  chopps 	      the BSD network-manipulation commands and
     81      1.1  chopps 	      interfaces.  If you aren't, this documentation
     82      1.1  chopps 	      should help, but is not intended to be
     83      1.1  chopps 	      all-encompassing.
     84      1.1  chopps 
     85      1.1  chopps 	The preparations for this method of installation
     86      1.1  chopps 	are easy: all you have to do is make sure that
     87      1.1  chopps 	there's some FTP site from which you can retrieve
     88      1.1  chopps 	the NetBSD installation when it's time to do
     89      1.1  chopps 	the install.  You should know the numeric IP
     90      1.1  chopps 	address of that site, the numeric IP address of
     91      1.1  chopps 	your nearest router if one is necessary
     92      1.1  chopps 
     93      1.1  chopps 	Once you have done this, you can proceed to the next
     94      1.1  chopps 	step in the installation process, preparing your hard disk.
     95      1.3  chopps 
     96      1.3  chopps If you are upgrading NetBSD, you also have the option of installing
     97      1.3  chopps NetBSD by putting the new distribution sets somewhere in your existing
     98      1.3  chopps file system, and using them from there.  To do that, you must do the
     99      1.3  chopps following:
    100      1.3  chopps 
    101      1.3  chopps 	Place the distribution sets you wish to upgrade somewhere in
    102      1.3  chopps 	your current file system tree.  At a bare minimum, you must
    103      1.3  chopps 	upgrade the "base" binary distribution, and so must put the
    104  1.6.2.2   veego 	"base" set somewhere in your file system.  If you wish,
    105      1.3  chopps 	you can do the other sets, as well, but you should NOT upgrade
    106      1.3  chopps 	the "etc" distribution; the "etc" distribution contains system
    107      1.3  chopps 	configuration files that you should review and update by hand.
    108      1.3  chopps 
    109      1.3  chopps 	Once you have done this, you can proceed to the next step in
    110      1.3  chopps 	the upgrade process, actually upgrading your system.
    111