diff options
Diffstat (limited to 'distrib/notes/alpha/xfer')
-rw-r--r-- | distrib/notes/alpha/xfer | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/distrib/notes/alpha/xfer b/distrib/notes/alpha/xfer index 2d1e68bf316..41668642345 100644 --- a/distrib/notes/alpha/xfer +++ b/distrib/notes/alpha/xfer @@ -18,7 +18,7 @@ To boot from CD-ROM: and enter "boot DEVICE" where DEVICE is the pka device. If this does not work, you'll have to create a boot floppy or bootable hard disk; follow the directions below. (A boot floppy image - is included on the CD-ROM as 2.1/alpha/floppy.fs.) + is included on the CD-ROM as 2.2/alpha/floppy.fs.) If you have a floppy drive on your alpha: @@ -84,14 +84,14 @@ following: (If you can't figure it out, ask your system administrator.) In the above example, "<dist_directories>" are the distribution sets' directories, for the distribution sets you - wish to place on the tape. For instance, to put the "base21" - and "etc21" distributions on tape (in order to do the absolute + wish to place on the tape. For instance, to put the "base22" + and "etc22" distributions on tape (in order to do the absolute minimum installation to a new disk), you would do the following: - cd .../2.1 # the top of the tree + cd .../2.2 # the top of the tree cd alpha/ - tar cf <tape_device> base21 etc21 + tar cf <tape_device> base22 etc22 (Note that you still need to fill in "<tape_device>" in the example.) @@ -141,7 +141,7 @@ following: Place the distribution sets you wish to upgrade somewhere in your current file system tree. At a bare minimum, you must upgrade the "base" binary distribution, and so must put the - "base21" set somewhere in your file system. If you wish, + "base22" set somewhere in your file system. If you wish, you can do the other sets, as well, but you should NOT upgrade the "etc" distribution; the "etc" distribution contains system configuration files that you should review and update by hand. |