summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/alpha/install2
-rw-r--r--distrib/notes/alpha/whatis3
-rw-r--r--distrib/notes/amiga/upgrade2
-rw-r--r--distrib/notes/amiga/xfer6
-rw-r--r--distrib/notes/hp300/xfer2
-rw-r--r--distrib/notes/mac68k/contents8
-rw-r--r--distrib/notes/mac68k/install4
-rw-r--r--distrib/notes/mac68k/upgrade6
-rw-r--r--distrib/notes/mvme68k/install6
-rw-r--r--distrib/notes/mvme88k/install6
-rw-r--r--distrib/notes/pc532/install10
-rw-r--r--distrib/notes/pc532/upgrade8
-rw-r--r--distrib/notes/pmax/contents2
-rw-r--r--distrib/notes/pmax/install8
-rw-r--r--distrib/notes/sparc/install16
-rw-r--r--distrib/notes/sparc/xfer6
-rw-r--r--distrib/notes/sun3/upgrade2
17 files changed, 47 insertions, 50 deletions
diff --git a/distrib/notes/alpha/install b/distrib/notes/alpha/install
index 76d5a4b13e2..139cd0614b5 100644
--- a/distrib/notes/alpha/install
+++ b/distrib/notes/alpha/install
@@ -39,7 +39,7 @@ OpenBSDBootMsgs
You will next be asked for your terminal type. If you are
installing from a non-serial console, the default of "sun"
- if correct. If you are installing from a serial console
+ is correct. If you are installing from a serial console
you should choose the terminal type from amongst those listed.
(If your terminal type is xterm, just use vt100). After
entering the terminal type you will be asked whether you
diff --git a/distrib/notes/alpha/whatis b/distrib/notes/alpha/whatis
index 32d18f6a653..72e4e0ff7fa 100644
--- a/distrib/notes/alpha/whatis
+++ b/distrib/notes/alpha/whatis
@@ -1,6 +1,3 @@
-OpenBSD OSREV is the second formal release of OpenBSD for the
-alpha processor.
-
The worlds briefest but still comprehensive introduction to the Alpha:
The Alpha (aka AXP) processor family was DEC's path in moving away from the
diff --git a/distrib/notes/amiga/upgrade b/distrib/notes/amiga/upgrade
index 766cd78b48f..201887e01c8 100644
--- a/distrib/notes/amiga/upgrade
+++ b/distrib/notes/amiga/upgrade
@@ -102,7 +102,7 @@ Your system has now been upgraded to OpenBSD OSREV.
process. There are several things that you should do, or might
have to do, to insure that the system works properly.
- First, you will probably want to get the etc{:--:}OSrev.tar.gz distribution,
+ First, you will probably want to get the etc{:--:}OSrev.tgz distribution,
extract it, and compare its contents with those in your /etc/
directory. You will probably want to replace some of your
system configuration files, or incorporate some of the changes
diff --git a/distrib/notes/amiga/xfer b/distrib/notes/amiga/xfer
index 85a09316286..bf25e14b739 100644
--- a/distrib/notes/amiga/xfer
+++ b/distrib/notes/amiga/xfer
@@ -31,7 +31,7 @@ To prepare for installing via an AmigaDOS partition:
To install OpenBSD from an AmigaDOS partition, you need to
get the OpenBSD distribution sets you wish to install
on your system on to an AmigaDOS fast file system partition.
- All of the set_name.tar.gz pieces can be placed in a single
+ All of the set_name{:--:}OSrev.tgz pieces can be placed in a single
directory instead of separate ones for each distribution set.
This will also simplify the installation work later on.
@@ -61,7 +61,7 @@ To prepare for installing via a tape:
that describes the tape drive you're using (possibly
something like /dev/nrst0, but we make no guarantees 8-).
If you can't figure it out, ask your system administrator.
- "<files>" are the names of the "set_name.tar.gz" files
+ "<files>" are the names of the "set_name{:--:}OSrev.tgz" files
which you want to be placed on the tape.
Once you have done this, you can proceed to the next
@@ -104,7 +104,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
- "base{:--:}OSrev.tar.gz" set somewhere in your file system. If you wish,
+ "base{:--:}OSrev.tgz" 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.
diff --git a/distrib/notes/hp300/xfer b/distrib/notes/hp300/xfer
index 1f57b451390..20c21d23a22 100644
--- a/distrib/notes/hp300/xfer
+++ b/distrib/notes/hp300/xfer
@@ -34,7 +34,7 @@ following:
cd .../OSREV # the top of the tree
cd hp300
- tar cf <tape_device> base{:--:}OSrev.tar.gz etc{:--:}OSrev.tar.gz
+ tar cf <tape_device> base{:--:}OSrev.tgz etc{:--:}OSrev.tgz
(Note that you still need to fill in "<tape_device>" in the
example.)
diff --git a/distrib/notes/mac68k/contents b/distrib/notes/mac68k/contents
index 70296723c11..43597212c93 100644
--- a/distrib/notes/mac68k/contents
+++ b/distrib/notes/mac68k/contents
@@ -9,17 +9,17 @@ OpenBSDdistsets
DistributionDescription
- bsd-generic.tar.gz The OpenBSD/MACHINE OSREV kernel binary.
+ bsd-generic.tgz The OpenBSD/MACHINE OSREV kernel binary.
You MUST install this file. It is the kernel that you
need to boot the system.
[ 1.4M uncompressed ]
- bsd-genericsbc.tar.gz The OpenBSD/mac68k kernel binary. This is
- identical in every way to bsd-generic.tar.gz accept that
+ bsd-genericsbc.tgz The OpenBSD/mac68k kernel binary. This is
+ identical in every way to bsd-generic.tgz accept that
it enables a different SCSI driver which may allow
some otherwise incompatible SCSI disks to function
with OpenBSD/mac68k. You must install either this
- or bsd-generic.tar.gz.
+ or bsd-generic.tgz.
[ 1.4M uncompressed ]
OpenBSDbase(16.0M,47.4M)
diff --git a/distrib/notes/mac68k/install b/distrib/notes/mac68k/install
index 11dbadc9dae..d9265201168 100644
--- a/distrib/notes/mac68k/install
+++ b/distrib/notes/mac68k/install
@@ -76,7 +76,7 @@ If you are installing onto a single root partition, proceed to the
Installation of base files:
Select the "Install" menu item from the "File" menu and install
- base{:--:}OSrev.tar.gz, bsd-generic.tar.gz, comp{:--:}OSrev.tar.gz, and any other
+ base{:--:}OSrev.tgz, bsd-generic.tgz, comp{:--:}OSrev.tgz, and any other
packages you wish to install at this time (see the contents section
for information about what's in each package). The installer will
print out the filename of each file as it is installed and will
@@ -92,7 +92,7 @@ Installation of base files:
installer program also has an option to give you a mini-shell.
You may have noticed in other versions of OpenBSD that adding the
- ssl{:--:}OSrev.tar.gz is supported from the installer. This is
+ ssl{:--:}OSrev.tgz is supported from the installer. This is
unfortunately *not* the case for the macintosh installer, as the
ssl package will not extract in the correct directory when extracted
with the macintosh installation tool. Instead, should install this
diff --git a/distrib/notes/mac68k/upgrade b/distrib/notes/mac68k/upgrade
index e71fea4ba1a..1ca141829f4 100644
--- a/distrib/notes/mac68k/upgrade
+++ b/distrib/notes/mac68k/upgrade
@@ -3,11 +3,11 @@ instructions on installing the system beginning with using the MacBSD
Install Utility. All you need do is copy each of the distribution sets in
over your current system from the MacOS.
-However, you should not copy the etc{:--:}OSrev.tar.gz file into the system.
+However, you should not copy the etc{:--:}OSrev.tgz file into the system.
Instead, download it while running OpenBSD and put it in /tmp or some other
-harmless place and unpack it with a command like 'tar zxvf etc{:--:}OSrev.tar.gz'.
+harmless place and unpack it with a command like 'tar zxvf etc{:--:}OSrev.tgz'.
You will then have an etc directory with current system configuration files
in it. Use this to carefully upgrade your files in the running /etc and
reboot the system. Also, it is highly recommended that when upgrading your
kernel binary (/bsd) you backup the old, working kernel and extract
-bsd-generic.tar.gz into / only from OpenBSD.
+bsd-generic.tgz into / only from OpenBSD.
diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install
index 581061f964b..5a07d3747ff 100644
--- a/distrib/notes/mvme68k/install
+++ b/distrib/notes/mvme68k/install
@@ -66,13 +66,13 @@ kernel which is then read into memory.
As noted above in the section `Preparing your System for OpenBSD Installation',
you have several options when choosing a location to store the installation
-filesets. However, the easiest way is to put the *.tar.gz files you want
+filesets. However, the easiest way is to put the *.tgz files you want
to install into the root directory for your client on the server.
-Next, unpack `base.tar.gz' and `etc.tar.gz' on the server in the root
+Next, unpack `base{:--:}OSrev.tgz' and `etc.{:--:}OSrev.tgz' on the server in the root
directory for your machine. If you elect to use a separately NFS-mounted
filesystem for `/usr' with your diskless setup, make sure the "./usr" base
-files in base.tar.gz end up in the correct location. One way to do this is
+files in base{:--:}OSrev.tgz end up in the correct location. One way to do this is
to temporarily use a loopback mount on the server, re-routing <root>/usr to
your server's exported OpenBSD "/usr" directory. Also put the kernel and the
install/upgrade scripts into the root directory.
diff --git a/distrib/notes/mvme88k/install b/distrib/notes/mvme88k/install
index e3d4da482a1..09cd942d2f8 100644
--- a/distrib/notes/mvme88k/install
+++ b/distrib/notes/mvme88k/install
@@ -64,13 +64,13 @@ kernel which is then read into memory.
As noted above in the section `Preparing your System for OpenBSD Installation',
you have several options when choosing a location to store the installation
-filesets. However, the easiest way is to put the *.tar.gz files you want
+filesets. However, the easiest way is to put the *.tgz files you want
to install into the root directory for your client on the server.
-Next, unpack `base.tar.gz' and `etc.tar.gz' on the server in the root
+Next, unpack `base{:--:}OSrev.tgz' and `etc{:--:}OSrev.tgz' on the server in the root
directory for your machine. If you elect to use a separately NFS-mounted
filesystem for `/usr' with your diskless setup, make sure the "./usr" base
-files in base.tar.gz end up in the correct location. One way to do this is
+files in base{:--:}OSrev.tgz end up in the correct location. One way to do this is
to temporarily use a loopback mount on the server, re-routing <root>/usr to
your server's exported OpenBSD "/usr" directory. Also put the kernel and the
install/upgrade scripts into the root directory.
diff --git a/distrib/notes/pc532/install b/distrib/notes/pc532/install
index 4b5229e3760..eb9ef919a18 100644
--- a/distrib/notes/pc532/install
+++ b/distrib/notes/pc532/install
@@ -156,17 +156,17 @@ The Install Procedure:
f) some other method? (Let me know about it.)
- h) Load the tar.gz files. Choose a place to put them. I would make
+ h) Load the tgz files. Choose a place to put them. I would make
a directory /gz.files and put them there. If you are "short
on space," you might want to load them and extract them one
at a time. A minimum installation is "base" and "etc". It
- takes about 32 Megs installed + 15 Megs for the base.tar.gz.
+ takes about 32 Megs installed + 15 Megs for the base{:--:}OSrev.tgz.
- i) Extract the tar files in /. For example, if your *.tar.gz were
- in a directory /gz.files, to extract base.tar.gz you would:
+ i) Extract the tar files in /. For example, if your *.tgz were
+ in a directory /gz.files, to extract base{:--:}OSrev.tgz you would:
- cd /
- - tar -xpzf /gz.files/base.tar.gz
+ - tar -xpzf /gz.files/base{:--:}OSrev.tgz
Add v to the flags if you want a verbose extract.
diff --git a/distrib/notes/pc532/upgrade b/distrib/notes/pc532/upgrade
index 0a7e418b380..252f74293af 100644
--- a/distrib/notes/pc532/upgrade
+++ b/distrib/notes/pc532/upgrade
@@ -3,7 +3,7 @@ to make users upgrade by compiling and installing the OSREV sources, and
it would be very difficult to even compile a set of instructions that
allowed them to do so.
-To do the upgrade, you must have at least base.tar.gz on disk and
+To do the upgrade, you must have at least base{:--:}OSrev.tgz on disk and
a copy of the proper bsd.default. It will require quite a bit
of disk space to do the upgrade.
@@ -20,12 +20,12 @@ To upgrade your system, follow the following instructions:
from /bin, /sbin and /usr/bin in some directory. (Things like
sh, cp, ls, rm, tar, halt, and others.)
- Extract the tar.gz files. For example, to extract base.tar.gz:
+ Extract the tgz files. For example, to extract base{:--:}OSrev.tgz:
cd /
- tar -xpzf /gz.files/base.tar.gz
+ tar -xpzf /gz.files/base{:--:}OSrev.tgz
- Extract all the tar.gz files you want. You should carefully
+ Extract all the tgz files you want. You should carefully
work at upgrading /etc. There may be changes to file formats
depending on what version of OpenBSD/pc532 you are running.
diff --git a/distrib/notes/pmax/contents b/distrib/notes/pmax/contents
index 9f7a99971d2..cf68a44d252 100644
--- a/distrib/notes/pmax/contents
+++ b/distrib/notes/pmax/contents
@@ -9,7 +9,7 @@ There is a pmax simpleroot image named simpleroot{:--:}OSrev.fs (it is usually
compressed using gzip - simpleroot{:--:}OSrev.fs.gz - so you need gunzip first
to uncompress it) subdirectory of the OpenBSD OSREV distribution. This
file you can dump onto a disk and boot from it to start the installation
-of OpenBSD/pmax. Also there is a simpleroot{:--:}OSrev.tar.gz file there. It
+of OpenBSD/pmax. Also there is a simpleroot{:--:}OSrev.tgz file there. It
can be used as root area on the NFS server if you plan to install via
network.
diff --git a/distrib/notes/pmax/install b/distrib/notes/pmax/install
index bbff2fbd40f..e1b6df6a39a 100644
--- a/distrib/notes/pmax/install
+++ b/distrib/notes/pmax/install
@@ -89,7 +89,7 @@ documentation that came with it (on SunOS systems, add_client(8) is a
good start).
One part of the distribution of OpenBSD/pmax is a file called
-simpleroot{:--:}OSrev.tar.gz which is a good start for the root filesystem area on
+simpleroot{:--:}OSrev.tgz which is a good start for the root filesystem area on
the NFS server then you want to install via network.
A few configuration files need to be edited:
@@ -108,7 +108,7 @@ A few configuration files need to be edited:
Now you must populate the the `/dev' directory for your client. If you
have an intelligent tar command on the NFS server the /dev directory
-inside the simpleroot{:--:}OSrev.tar.gz should be usable (i.e. containing
+inside the simpleroot{:--:}OSrev.tgz should be usable (i.e. containing
special devices and not only files) - else you'll have to remake the
devices on the server using
@@ -165,7 +165,7 @@ Ok - now let's see what to do to set up the server:
so that it rereads the /etc/inetd.conf file
-* untar the simpleroot.tar.gz on the server in an nfs exported
+* untar the simpleroot{:--:}OSrev.tgz on the server in an nfs exported
directory - for instance /export/root - so /etc/exports should
contain a line like (OpenBSD syntax !)
--- snip ---
@@ -178,7 +178,7 @@ Ok - now let's see what to do to set up the server:
mkdir /export/root
cd /export/root
- tar xvpzf /some_path/simpleroot{:--:}OSrev.tar.gz
+ tar xvpzf /some_path/simpleroot{:--:}OSrev.tgz
vi /etc/exports (to add the above line)
kill -HUP `cat /var/run/mountd.pid` (so that mountd rereads exports)
diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install
index 145b2f7cd9f..5a0cd18d930 100644
--- a/distrib/notes/sparc/install
+++ b/distrib/notes/sparc/install
@@ -432,7 +432,7 @@ Installing from SunOS.
You need a SunOS machine to install OpenBSD. You also need at
least the following pieces:
- the *.tar.gz files you want to install (as a minimum, base{:--:}OSrev.tar.gz)
+ the *.tgz files you want to install (as a minimum, base{:--:}OSrev.tgz)
gunzip (GNU gzip) SunOS binary
gtar (GNU tar) SunOS binary
a "/boot" file from a SunOS machine that matches your machine type
@@ -486,13 +486,13 @@ The installboot man page says to do something like this:
sunos# sync; sync
sunos# /usr/mdec/installboot -vlt /mnt/boot /usr/mdec/bootsd /dev/rsd2a
-You can now extract the provided "*.tar.gz files onto your disk.
+You can now extract the provided "*.tgz files onto your disk.
sunos# ls -FC
- base{:--:}OSrev.tar.gz comp{:--:}OSrev.tar.gz man{:--:}OSrev.tar.gz xfont{:--:}OSrev.tar.gz
- bsd etc{:--:}OSrev.tar.gz misc{:--:}OSrev.tar.gz xserv{:--:}OSrev.tar.gz
- bsd.scsi3 game{:--:}OSrev.tar.gz xbase{:--:}OSrev.tar.gz
- sunos{:-#-:} gunzip < base{:--:}OSrev.tar.gz | (cd /mnt; gtar xvpf -)
+ base{:--:}OSrev.tgz comp{:--:}OSrev.tgz man{:--:}OSrev.tgz xfont{:--:}OSrev.tgz
+ bsd etc{:--:}OSrev.tgz misc{:--:}OSrev.tgz xserv{:--:}OSrev.tgz
+ bsd.scsi3 game{:--:}OSrev.tgz xbase{:--:}OSrev.tgz
+ sunos{:-#-:} gunzip < base{:--:}OSrev.tgz | (cd /mnt; gtar xvpf -)
[...] for each set
And finally copy an OpenBSD kernel (either bsd or bsd.scsi3) onto your disk.
@@ -578,10 +578,10 @@ that partition or use tar to copy the contents to a more convenient spot.
Alternatively you can build a bootable partition from the distribution sets
as follows:
-Unpack `base{:--:}OSrev.tar.gz' and `etc{:--:}OSrev.tar.gz' on the server in the root directory
+Unpack `base{:--:}OSrev.tgz' and `etc{:--:}OSrev.tgz' on the server in the root directory
for your target machine. If you elect to use a separately NFS-mounted
filesystem for `/usr' with your diskless setup, make sure the "./usr" base
-files in base{:--:}OSrev.tar.gz end up in the correct location. One way to do this is
+files in base{:--:}OSrev.tgz end up in the correct location. One way to do this is
to temporarily use a loopback mount on the server, re-routing <root>/usr to
your server's exported OpenBSD "/usr" directory. Also put the kernel and
the install/upgrade scripts into the root directory.
diff --git a/distrib/notes/sparc/xfer b/distrib/notes/sparc/xfer
index 34e9c8e6007..3a4ecf8980e 100644
--- a/distrib/notes/sparc/xfer
+++ b/distrib/notes/sparc/xfer
@@ -182,7 +182,7 @@ Creating a network bootable setup using SunOS or other Un*x-like system:
The details of setting up a network bootable environment vary
considerably, depending on the networks host. Extract the
- OpenBSD diskless(8) man page from the man{:--:}OSrev.tar.gz distribution
+ OpenBSD diskless(8) man page from the man{:--:}OSrev.tgz distribution
set or see the copy on the OpenBSD web page. You will also
need to reference the relevant man pages or administrators guide
for the host system.
@@ -222,9 +222,9 @@ To install or upgrade OpenBSD using a tape, you need to do the following:
#! /bin/sh
tape=/dev/nrst0
mt -f ${tape} rewind
- for file in base{:--:}OSrev etc{:--:}OSrev comp{:--:}OSrev game{:--:}OSrev man{:--:}OSrev misc{:--:}OSrev x*{:--:}OSrev
+ for file in base etc comp game man misc x*
do
- dd if=${file}.tar.gz of=${tape}
+ dd if=${file}OSrev.tgz of=${tape}
done
tar cf ${tape} bsd
mt -f ${tape} offline
diff --git a/distrib/notes/sun3/upgrade b/distrib/notes/sun3/upgrade
index 9a6613342be..c432d46fc3b 100644
--- a/distrib/notes/sun3/upgrade
+++ b/distrib/notes/sun3/upgrade
@@ -41,7 +41,7 @@ Manual upgrade procedure:
the `base' binary set:
cd /
- tar -xzvpf /path/to/base{:--:}OSrev.tar.gz
+ tar -xzvpf /path/to/base{:--:}OSrev.tgz
* Install a new boot block: