diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-02 23:03:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-02 23:03:05 +0000 |
commit | 66184e1377b393785999deaeae5812a2723e0e3c (patch) | |
tree | 7e4ac3d48a35f0f2100e94e0ffbabb3d565c7701 | |
parent | 915d6bf392f28c7905d40523e1e91e21b817f04a (diff) |
Do not hardcode the ability to boot off a miniroot in the canonical
upgrade instructions. This will be needed for the i386 updates.
-rw-r--r-- | distrib/notes/m4.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 3f116c318fa..4edceb7a70c 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.19 2001/10/02 20:08:46 miod Exp $ +dnl $OpenBSD: m4.common,v 1.20 2001/10/02 23:03:04 miod Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -492,7 +492,7 @@ dnl dnl dnl Upgrade instructions dnl -dnl OpenBSDUpgrade({:- or <list of additional boot methods>-:})dnl +dnl OpenBSDUpgrade({:-<list of available boot methods>-:})dnl dnl Note the spacing used above. It is crucial to keep words from running dnl together in the actual document. dnl Parameter is optional. @@ -500,7 +500,7 @@ define({:-OpenBSDUpgrade-:}, {:-To upgrade OpenBSD OSREV from a previous version, start with the general instructions in the section "Installing OpenBSD". -Boot from the miniroot$1. +Boot from $1. When prompted, select the (U)pgrade option rather than the (I)nstall option at the prompt in the install process. |