Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/distrib/notes/common Pull up revision 1.14 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/33ab795cc08d
branches:  netbsd-1-6
changeset: 528284:33ab795cc08d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jun 29 08:23:55 2002 +0000

description:
Pull up revision 1.14 (requested by leo in ticket #394):
Adapt for the atari. Also add some braces to make the if-switch do what I
think it should do.

diffstat:

 distrib/notes/common/upgrade |  16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 68c891c1bea5 -r 33ab795cc08d distrib/notes/common/upgrade
--- a/distrib/notes/common/upgrade      Sat Jun 29 08:19:21 2002 +0000
+++ b/distrib/notes/common/upgrade      Sat Jun 29 08:23:55 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: upgrade,v 1.13 2002/04/14 13:12:38 bjh21 Exp $
+.\"    $NetBSD: upgrade,v 1.13.2.1 2002/06/29 08:23:55 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -40,11 +40,18 @@
 to advance to a later version by recompiling from source due primarily
 to interdependencies in the various components.
 .Pp
+.ie r_atari \{\
+To do the upgrade, you must first boot the system as described in the
+.Sx Booting the installer
+section.
+.\}
+.el \{\
 .ie \n[macppc]:\n[sparc] \{\
 To do the upgrade, you must boot from the installer kernel using one of
 the methods described above.
 .\}
-.el .ie r_pmax \{\
+.el \{\
+.ie r_pmax \{\
 To do the upgrade, you must install new bootblocks and boot off
 the
 .Ic install
@@ -52,7 +59,8 @@
 .Sx Installing from an existing system
 section.
 .\}
-.el .ie r_x68k \{\
+.el \{\
+.ie r_x68k \{\
 As noted above, you must have the
 .Pa loadbsd.x
 utility and the installation kernel you chose, or, the
@@ -62,7 +70,7 @@
 To do the upgrade, you must have the boot floppy
 .if r_alpha set
 available.
-.\}
+.\}\}\}\}
 You must also have at least the
 .Sy base
 and



Home | Main Index | Thread Index | Old Index