diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1998-07-05 07:05:14 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1998-07-05 07:05:14 +0000 |
commit | 2c86f57d74a737c2a6de2f017ca3a9196befe8be (patch) | |
tree | 5b222eb6c91c99124b6c90703f2c2b5356ed98bb | |
parent | ac09caf2bff1ed3a50b7e8f0a9c4d846c8a1d84b (diff) |
s/2\.3/OSREV/g
Please note that in distrib/notes and per sys.mk in Makefiles globally,
OSrev=23
OSREV=2.3
In m4, if you are needing this to be in the middle of the word, such as
for 'floppy23.fs' use: 'floppy{:--:}OSrev.fs' .. as I changed the quotes
to '{:-' and '-:}' respectively to avoid double quoting in the distrib/notes
documents.
-rw-r--r-- | distrib/notes/alpha/xfer | 2 | ||||
-rw-r--r-- | distrib/notes/atari/xfer | 2 | ||||
-rw-r--r-- | distrib/notes/i386/xfer | 2 | ||||
-rw-r--r-- | distrib/notes/powerpc/xfer | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/distrib/notes/alpha/xfer b/distrib/notes/alpha/xfer index 1abc752dd10..7c76cd54c4a 100644 --- a/distrib/notes/alpha/xfer +++ b/distrib/notes/alpha/xfer @@ -40,7 +40,7 @@ If you have a floppy drive on your alpha: If you are using a DOS PC to write the floppy image to disk, you should use the "rawrite" utility, provided in - the "2.3/tools" directory of the OpenBSD distribution. It + the "OSREV/tools" directory of the OpenBSD distribution. It will write the file system image (floppy{:--:}OSrev.fs) to a disk. You can boot it using "boot dva0". diff --git a/distrib/notes/atari/xfer b/distrib/notes/atari/xfer index dcabf457a30..b5bd75ac3b1 100644 --- a/distrib/notes/atari/xfer +++ b/distrib/notes/atari/xfer @@ -15,7 +15,7 @@ the disk. To write onto fd0 use: dd if=inst-10.fs.1 of=/dev/rfd0b bs=9b If you are using TOS to make the floppies, grab the 'rawrite' utility -from the "2.3/tools" directory and issue the command: +from the "OSREV/tools" directory and issue the command: rawrite boot-10.fs This will create the boot-floppy on the floppy in drive a. The floppies diff --git a/distrib/notes/i386/xfer b/distrib/notes/i386/xfer index 7b405f9dfa6..8d9f43ed011 100644 --- a/distrib/notes/i386/xfer +++ b/distrib/notes/i386/xfer @@ -20,7 +20,7 @@ different from system to system, and a comprehensive list of the possibilities is beyond the scope of this document. If you are using DOS to write the floppy image to disk, you should -use the "rawrite" utility, provided in the "2.3/tools" directory of +use the "rawrite" utility, provided in the "OSREV/tools" directory of the OpenBSD distribution. It will write the file system image (floppy{:--:}OSrev.fs) to a disk. diff --git a/distrib/notes/powerpc/xfer b/distrib/notes/powerpc/xfer index f1807d35f60..453c93b80ce 100644 --- a/distrib/notes/powerpc/xfer +++ b/distrib/notes/powerpc/xfer @@ -13,14 +13,14 @@ a floppy disk (1.44Mb required). If you are using a UN*X-like system to write the floppy image to disk, you should use the "dd" command to copy the file system image -(floppy.fs) directly to the raw floppy disks. It is suggested that +(floppy{:--:}OSrev.fs) directly to the raw floppy disks. It is suggested that you read the dd(1) manual page or ask your system administrator to determine the correct set of arguments to use; it will be slightly different from system to system, and a comprehensive list of the possibilities is beyond the scope of this document. If you are using DOS to write the floppy image to disk, you should -use the "rawrite" utility, provided in the "2.3/tools" directory of +use the "rawrite" utility, provided in the "OSREV/tools" directory of the OpenBSD distribution. It will write the file system image (floppy.fs) to a disk. |