Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes - move "MD instructions on setting up boot media"



details:   https://anonhg.NetBSD.org/src/rev/8bca6246c3a9
branches:  trunk
changeset: 765458:8bca6246c3a9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri May 27 17:38:41 2011 +0000

description:
- move "MD instructions on setting up boot media"
  from common/xfer with messy mdoc .if conditionals
  into MD xfer files so that developers can see
  what contents are missing or obsolete and should be
  written or updated
- remove some useless MD description for maintainability

XXX: still a bunch of unmaintained .if \n [${MACHINE}] in common files

diffstat:

 distrib/notes/acorn26/xfer     |   40 +++-
 distrib/notes/acorn32/xfer     |   33 ++-
 distrib/notes/alpha/xfer       |   33 ++-
 distrib/notes/amd64/xfer       |   33 ++-
 distrib/notes/amiga/xfer       |   33 ++-
 distrib/notes/arc/xfer         |   36 +++-
 distrib/notes/bebox/xfer       |   33 ++-
 distrib/notes/cats/xfer        |   35 +++-
 distrib/notes/common/xfer      |  442 +----------------------------------------
 distrib/notes/emips/xfer       |   33 ++-
 distrib/notes/evbarm/xfer      |   33 ++-
 distrib/notes/evbppc/xfer      |   33 ++-
 distrib/notes/ews4800mips/xfer |  110 ++++++++++-
 distrib/notes/hp300/xfer       |   38 +++-
 distrib/notes/hp700/xfer       |   23 +-
 distrib/notes/hpcarm/xfer      |   33 ++-
 distrib/notes/hpcmips/xfer     |   33 ++-
 distrib/notes/hpcsh/xfer       |   33 ++-
 distrib/notes/i386/xfer        |   80 +++++++-
 distrib/notes/landisk/xfer     |   33 ++-
 distrib/notes/macppc/xfer      |   53 ++++-
 distrib/notes/mmeye/xfer       |   33 ++-
 distrib/notes/news68k/xfer     |  108 +++++++++-
 distrib/notes/newsmips/xfer    |  120 +++++++++++-
 distrib/notes/pmax/xfer        |   50 ++++-
 distrib/notes/prep/xfer        |   33 ++-
 distrib/notes/rs6000/xfer      |   10 +-
 distrib/notes/sgimips/xfer     |   33 ++-
 distrib/notes/shark/xfer       |   33 ++-
 distrib/notes/sparc/xfer       |   33 ++-
 distrib/notes/sparc64/xfer     |   33 ++-
 distrib/notes/vax/xfer         |   45 ++++-
 distrib/notes/x68k/xfer        |  166 +++++++++++++++-
 33 files changed, 1478 insertions(+), 472 deletions(-)

diffs (truncated from 2175 to 300 lines):

diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/acorn26/xfer
--- a/distrib/notes/acorn26/xfer        Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/acorn26/xfer        Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,41 @@
-.\"    $NetBSD: xfer,v 1.2 2002/03/29 21:55:37 bjh21 Exp $
+.\"    $NetBSD: xfer,v 1.3 2011/05/27 17:38:41 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+To boot
+.Nx ,
+you will need the bootloader
+.Pq Ic boot26
+and the kernel you wish to boot on a RISC OS file system somewhere.
+.Ic boot26
+can boot gzipped kernels, so there's no need to gunzip it.
+.Pp
+.
+.\" --------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/acorn32/xfer
--- a/distrib/notes/acorn32/xfer        Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/acorn32/xfer        Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,34 @@
-.\"    $NetBSD: xfer,v 1.1 2001/10/14 14:08:04 bjh21 Exp $
+.\"    $NetBSD: xfer,v 1.2 2011/05/27 17:38:41 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+.\" XXX to be written
+.
+.\" ---------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/alpha/xfer
--- a/distrib/notes/alpha/xfer  Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/alpha/xfer  Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,34 @@
-.\"    $NetBSD: xfer,v 1.7 2000/10/10 12:55:16 lukem Exp $
+.\"    $NetBSD: xfer,v 1.8 2011/05/27 17:38:41 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+.\" XXX to be written
+.
+.\" ---------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/amd64/xfer
--- a/distrib/notes/amd64/xfer  Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/amd64/xfer  Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,34 @@
-.\"    $NetBSD: xfer,v 1.1 2005/08/21 18:35:26 riz Exp $
+.\"    $NetBSD: xfer,v 1.2 2011/05/27 17:38:42 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+.\" XXX to be written
+.
+.\" ---------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/amiga/xfer
--- a/distrib/notes/amiga/xfer  Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/amiga/xfer  Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,34 @@
-.\"    $NetBSD: xfer,v 1.17 2000/10/10 12:55:16 lukem Exp $
+.\"    $NetBSD: xfer,v 1.18 2011/05/27 17:38:42 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+.\" XXX to be written
+.
+.\" ---------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/arc/xfer
--- a/distrib/notes/arc/xfer    Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/arc/xfer    Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,37 @@
-.\"    $NetBSD: xfer,v 1.1 2008/09/13 15:43:07 tsutsui Exp $
+.\"    $NetBSD: xfer,v 1.2 2011/05/27 17:38:42 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+You will need to create a CD with an install kernel on it or have
+a FAT partition and working other OS (Windows NT) which can write
+install files into it.
+.Pp
+.
+.\" ---------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/bebox/xfer
--- a/distrib/notes/bebox/xfer  Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/bebox/xfer  Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,34 @@
-.\"    $NetBSD: xfer,v 1.1 2010/11/13 05:20:21 kiyohara Exp $
+.\"    $NetBSD: xfer,v 1.2 2011/05/27 17:38:42 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.
+.\" ---------- MD instructions on setting up boot media
+.
+.\" XXX to be written
+.
+.\" ---------- MI instructions for getting distribution off installation medium
 .
 .so ../common/xfer
diff -r 6486a517454e -r 8bca6246c3a9 distrib/notes/cats/xfer
--- a/distrib/notes/cats/xfer   Fri May 27 17:23:47 2011 +0000
+++ b/distrib/notes/cats/xfer   Fri May 27 17:38:41 2011 +0000
@@ -1,3 +1,36 @@
-.\"    $NetBSD: xfer,v 1.1 2002/04/02 11:36:35 skrll Exp $
+.\"    $NetBSD: xfer,v 1.2 2011/05/27 17:38:42 tsutsui Exp $
+.\"
+.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the



Home | Main Index | Thread Index | Old Index