diff options
author | 2005-03-21 22:31:06 +0000 | |
---|---|---|
committer | 2005-03-21 22:31:06 +0000 | |
commit | 52b2c4999e10e48bd54c40e15f7bec01f0b98b97 (patch) | |
tree | 433a54a75d367c07a9472eb9766dd25ca83ad864 | |
parent | Voltage reinforcements. (diff) | |
download | wireguard-openbsd-52b2c4999e10e48bd54c40e15f7bec01f0b98b97.tar.xz wireguard-openbsd-52b2c4999e10e48bd54c40e15f7bec01f0b98b97.zip |
Sync tape install details with the install script, mostly a numbering
change for files on the tape.
Prompted by and discussed with claudio@.
-rw-r--r-- | distrib/notes/luna88k/install | 4 | ||||
-rw-r--r-- | distrib/notes/m4.common | 11 | ||||
-rw-r--r-- | distrib/notes/mvme68k/install | 4 | ||||
-rw-r--r-- | distrib/notes/mvme88k/install | 4 | ||||
-rw-r--r-- | distrib/notes/sparc/install | 4 |
5 files changed, 13 insertions, 14 deletions
diff --git a/distrib/notes/luna88k/install b/distrib/notes/luna88k/install index ddcceea31ad..6b57cffdf72 100644 --- a/distrib/notes/luna88k/install +++ b/distrib/notes/luna88k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.2 2004/09/01 08:09:13 jmc Exp $ +dnl $OpenBSD: install,v 1.3 2005/03/21 22:32:06 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -93,7 +93,7 @@ OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall(2) +OpenBSDTAPEInstall(1) OpenBSDCDROMInstall diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index ff91468ed92..0ac8075bf0e 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.64 2005/01/15 17:52:07 miod Exp $ +dnl $OpenBSD: m4.common,v 1.65 2005/03/21 22:31:06 miod Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -483,11 +483,10 @@ define({:-OpenBSDTAPEInstall-:}, distribution sets are to be extracted from. This will typically be "nrst0" (no-rewind, raw interface). - Next you will have to provide the file number of the set - that is to be extracted. Note that the file number starts - at 1, which is the first file written to the tape{:--:}ifelse(X$1,X,,{:-, unless - you have created a bootable tape, in which case the file - number starts at $1-:}). + Next you will have to specify how many files have to be + skipped on the tape. This number is usually zero{:--:}ifelse(X$1,X,,{:-, unless + you have created a bootable tape, in which case the number + will be $1-:}). The install program will not automatically detect whether an image has been compressed, so it will ask for that diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install index 09d8ba3899c..0f6f7fe4913 100644 --- a/distrib/notes/mvme68k/install +++ b/distrib/notes/mvme68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.27 2004/09/20 17:53:27 miod Exp $ +dnl $OpenBSD: install,v 1.28 2005/03/21 22:32:06 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -258,7 +258,7 @@ OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall(4) +OpenBSDTAPEInstall(3) OpenBSDCDROMInstall diff --git a/distrib/notes/mvme88k/install b/distrib/notes/mvme88k/install index a7428b697bd..909db9942a0 100644 --- a/distrib/notes/mvme88k/install +++ b/distrib/notes/mvme88k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.18 2004/09/20 17:53:28 miod Exp $ +dnl $OpenBSD: install,v 1.19 2005/03/21 22:32:06 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -232,7 +232,7 @@ OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall(4) +OpenBSDTAPEInstall(3) OpenBSDCDROMInstall diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index f4b1f49bd7e..bde01a97891 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.62 2004/03/25 08:38:52 tom Exp $ +dnl $OpenBSD: install,v 1.63 2005/03/21 22:32:07 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -199,7 +199,7 @@ OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall(3) +OpenBSDTAPEInstall(2) OpenBSDCDROMInstall |