diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-06 13:37:40 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-06 13:37:40 +0000 |
commit | d5d05eb4a9a1617cd13ba96d009bcc0ac8f9c10f (patch) | |
tree | 60ee5ff58c4e14411b54be68653b4a003f528cf3 /distrib/notes/arc/xfer | |
parent | a309a75df4c5e7855a42b27805240d74dda8c543 (diff) |
First cut of the arc notes. I need people to look at them and add/change
things as it apply to their machines... It's far from finished - more or
less just copied from the pmax dir... More will come.
Diffstat (limited to 'distrib/notes/arc/xfer')
-rw-r--r-- | distrib/notes/arc/xfer | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/distrib/notes/arc/xfer b/distrib/notes/arc/xfer new file mode 100644 index 00000000000..27f47aff13d --- /dev/null +++ b/distrib/notes/arc/xfer @@ -0,0 +1,71 @@ +Installation is supported from several media types, including: + NFS partitions + FTP + CD-ROM + +The steps necessary to prepare the distribution sets +for installation depend on which method of installation +you choose. The various methods are explained below. + +To prepare for installing via an NFS partition: + + Place the OpenBSD software you wish to install into + a directory on an NFS server, and make that directory + mountable by the machine which you will be installing + OpenBSD on. This will probably require modifying the + /etc/exports file of the NFS server and resetting + mountd, acts which will require superuser privileges. + Note the numeric IP address of the NFS server and of + the router closest to the the new OpenBSD machine, + if the NFS server is not on a network which is + directly attached to the OpenBSD machine. + + Once you have done this, you can proceed to the next + step in the installation process, preparing your + system for OpenBSD installation. + +To prepare for installing via FTP: + + NOTE: this method of installation is recommended + only for those already familiar with using + the BSD network-manipulation commands and + interfaces. If you aren't, this documentation + should help, but is not intended to be + all-encompassing. + + The preparations for this method of installation + are easy: all you have to do is make sure that + there's some FTP site from which you can retrieve + the OpenBSD installation when it's time to do + the install. You should know the numeric IP + address of that site, the numeric IP address of + your nearest router if one is necessary + + Once you have done this, you can proceed to the next + step in the installation process, preparing your + system for OpenBSD installation. + +To prepare for installing via a CD-ROM: + + To install OpenBSD from a CD-ROM, you need to somehow + get the OpenBSD filesets you wish to install on + your system on to the appropriate kind of tape, + in tar format. + + If you're making the tape on a UN*X system, the easiest + way to do so is: + + tar cvf <tape_device> <files> + + where "<tape_device>" is the name of the tape device + that describes the tape drive you're using (possibly + something like /dev/nrst0, but we make no guarantees 8-). + Under SunOS 5.x, this would be something like /dev/rmt/0mbn. + Again, your mileage may vary. If you can't figure it out, + ask your system administrator. "<files>" are the names + of the "set_name.nnn" files which you want to be placed + on the tape. + + Once you have done this, you can proceed to the next + step in the installation process, preparing your + system for OpenBSD installation. |