Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src Pull up following revision(s) (requested by snj in ticket...
details: https://anonhg.NetBSD.org/src/rev/8af086c790dd
branches: netbsd-7
changeset: 798575:8af086c790dd
user: martin <martin%NetBSD.org@localhost>
date: Fri Nov 14 14:58:27 2014 +0000
description:
Pull up following revision(s) (requested by snj in ticket #227):
Makefile: revision 1.311
build.sh: revision 1.299
doc/BUILDING.mdoc: revision 1.105
distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.16
distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.17
BUILDING: revision 1.110
distrib/notes/arc/prep: revision 1.3
distrib/notes/arc/prep: revision 1.4
distrib/notes/cats/prep: revision 1.12
distrib/notes/cats/prep: revision 1.13
distrib/notes/sparc/install: revision 1.58
distrib/notes/common/main: revision 1.512
share/man/man8/man8.macppc/ofwboot.8: revision 1.13
Update path to release ISOs.
diffstat:
BUILDING | 16 ++++++++--------
Makefile | 6 +++---
build.sh | 8 ++++----
distrib/notes/arc/prep | 6 +++---
distrib/notes/cats/prep | 11 +++++------
distrib/notes/common/main | 4 ++--
distrib/notes/macppc/prep.OPENFIRMWARE | 10 +++++-----
distrib/notes/sparc/install | 4 ++--
doc/BUILDING.mdoc | 10 +++++-----
share/man/man8/man8.macppc/ofwboot.8 | 6 +++---
10 files changed, 40 insertions(+), 41 deletions(-)
diffs (298 lines):
diff -r 4a9bf890659a -r 8af086c790dd BUILDING
--- a/BUILDING Fri Nov 14 14:44:37 2014 +0000
+++ b/BUILDING Fri Nov 14 14:58:27 2014 +0000
@@ -632,8 +632,8 @@
set (see above).
iso-image Create a NetBSD installation CD-ROM image in the
- RELEASEDIR/iso directory. The CD-ROM file system will have
- a layout as described in release(7).
+ RELEASEDIR/images directory. The CD-ROM file system will
+ have a layout as described in release(7).
For most machine types, the CD-ROM will be bootable, and
will automatically run the sysinst(8) menu-based
@@ -649,8 +649,8 @@
the RELEASEDIR/RELEASEMACHINEDIR/installation/cdrom
directory by ``make release''. These smaller images
usually contain the same tools as the larger images in
- RELEASEDIR/iso, but do not contain additional content such
- as the distribution sets.
+ RELEASEDIR/images, but do not contain additional content
+ such as the distribution sets.
Note that the mac68k port still uses an older method of
creating CD-ROM images. This requires the mkisofs(1)
@@ -659,8 +659,8 @@
iso-image-source
Create a NetBSD installation CD-ROM image in the
- RELEASEDIR/iso directory. The CD-ROM file system will have
- a layout as described in release(7). It will have top
+ RELEASEDIR/images directory. The CD-ROM file system will
+ have a layout as described in release(7). It will have top
level directories for the machine type and source.
For most machine types, the CD-ROM will be bootable, and
@@ -678,8 +678,8 @@
the RELEASEDIR/RELEASEMACHINEDIR/installation/cdrom
directory by ``make release''. These smaller images
usually contain the same tools as the larger images in
- RELEASEDIR/iso, but do not contain additional content such
- as the distribution sets.
+ RELEASEDIR/images, but do not contain additional content
+ such as the distribution sets.
Note that the mac68k port still uses an older method of
creating CD-ROM images. This requires the mkisofs(1)
diff -r 4a9bf890659a -r 8af086c790dd Makefile
--- a/Makefile Fri Nov 14 14:44:37 2014 +0000
+++ b/Makefile Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.309 2014/06/16 09:06:26 apb Exp $
+# $NetBSD: Makefile,v 1.309.2.1 2014/11/14 14:58:27 martin Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -64,11 +64,11 @@
# Populate ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/syspkgs
# from ${DESTDIR}
# iso-image:
-# Create CD-ROM image in RELEASEDIR/iso.
+# Create CD-ROM image in RELEASEDIR/images.
# RELEASEDIR must already have been populated by `make release'
# or equivalent.
# iso-image-source:
-# Create CD-ROM image with source in RELEASEDIR/iso.
+# Create CD-ROM image with source in RELEASEDIR/images.
# RELEASEDIR must already have been populated by
# `make release sourcesets' or equivalent.
# live-image:
diff -r 4a9bf890659a -r 8af086c790dd build.sh
--- a/build.sh Fri Nov 14 14:44:37 2014 +0000
+++ b/build.sh Fri Nov 14 14:58:27 2014 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.294.2.2 2014/11/14 14:17:12 martin Exp $
+# $NetBSD: build.sh,v 1.294.2.3 2014/11/14 14:58:27 martin Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1034,8 +1034,8 @@
sourcesets Create source sets in RELEASEDIR/source/sets.
syspkgs Create syspkgs in
RELEASEDIR/RELEASEMACHINEDIR/binary/syspkgs.
- iso-image Create CD-ROM image in RELEASEDIR/iso.
- iso-image-source Create CD-ROM image with source in RELEASEDIR/iso.
+ iso-image Create CD-ROM image in RELEASEDIR/images.
+ iso-image-source Create CD-ROM image with source in RELEASEDIR/images.
live-image Create bootable live image in
RELEASEDIR/RELEASEMACHINEDIR/installation/liveimage.
install-image Create bootable installation image in
@@ -1863,7 +1863,7 @@
eval cat <<EOF ${makewrapout}
#! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.294.2.2 2014/11/14 14:17:12 martin Exp $
+# Generated from: \$NetBSD: build.sh,v 1.294.2.3 2014/11/14 14:58:27 martin Exp $
# with these arguments: ${_args}
#
diff -r 4a9bf890659a -r 8af086c790dd distrib/notes/arc/prep
--- a/distrib/notes/arc/prep Fri Nov 14 14:44:37 2014 +0000
+++ b/distrib/notes/arc/prep Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: prep,v 1.2 2009/04/23 01:56:48 snj Exp $
+.\" $NetBSD: prep,v 1.2.26.1 2014/11/14 14:58:28 martin Exp $
.
First and foremost, before beginning the installation process,
.Em make sure you have a reliable backup
@@ -40,7 +40,7 @@
Go to one of the
.Nx
mirror sites and download CD-R image from the
-.Pa pub/NetBSD/iso
+.Pa pub/NetBSD/images
directory.
.Lk http://www.NetBSD.org/mirrors/#iso
.Pp
@@ -54,7 +54,7 @@
.Lk http://cdrecord.berlios.de/old/private/cdrecord.html
.Pp
.(disp
-.No # Ic "cdrecord -v speed=16 dev=/dev/cd0d arccd.iso"
+.No # Ic "cdrecord -v speed=16 dev=/dev/cd0d NetBSD-arc-\*V.iso"
.disp)
.Pp
You will need to substitute the correct name of the disk image file,
diff -r 4a9bf890659a -r 8af086c790dd distrib/notes/cats/prep
--- a/distrib/notes/cats/prep Fri Nov 14 14:44:37 2014 +0000
+++ b/distrib/notes/cats/prep Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: prep,v 1.11 2009/04/23 01:56:49 snj Exp $
+.\" $NetBSD: prep,v 1.11.26.1 2014/11/14 14:58:28 martin Exp $
.
A \*M machine usually needs little or no preparation before installing
.Nx ,
@@ -36,7 +36,7 @@
Go to one of the
.Nx
mirror sites and download CD-R image from the
-.Pa pub/NetBSD/iso
+.Pa pub/NetBSD/images
directory.
.Lk http://www.NetBSD.org/mirrors/#iso
.Pp
@@ -50,12 +50,11 @@
.Lk http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
.Pp
.(disp
-.No # Ic "cdrecord -v speed=4 dev=/dev/cd1d output.iso"
+.No # Ic "cdrecord -v speed=4 dev=/dev/cd1d NetBSD-\*V-cats.iso"
.disp)
.Pp
-You will need to substitute the correct name of the disk image file,
-speed for your CD writer, and the
-correct device for your system (for i386 it would be
+You will need to substitute the correct speed for your CD writer, as well
+as the correct device for your system (for i386 it would be
.Pa /dev/cd1d ) .
.
.Ss2 Booting from CD-ROM
diff -r 4a9bf890659a -r 8af086c790dd distrib/notes/common/main
--- a/distrib/notes/common/main Fri Nov 14 14:44:37 2014 +0000
+++ b/distrib/notes/common/main Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.510 2014/03/31 11:25:47 martin Exp $
+.\" $NetBSD: main,v 1.510.4.1 2014/11/14 14:58:28 martin Exp $
.\"
.\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -119,7 +119,7 @@
.Pp
These can be found
on an FTP site near you, usually located in the
-.Pa /pub/NetBSD/iso/
+.Pa /pub/NetBSD/images/
directory.
Check the list of
.Nx
diff -r 4a9bf890659a -r 8af086c790dd distrib/notes/macppc/prep.OPENFIRMWARE
--- a/distrib/notes/macppc/prep.OPENFIRMWARE Fri Nov 14 14:44:37 2014 +0000
+++ b/distrib/notes/macppc/prep.OPENFIRMWARE Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: prep.OPENFIRMWARE,v 1.15 2012/01/14 22:56:30 jmcneill Exp $
+.\" $NetBSD: prep.OPENFIRMWARE,v 1.15.20.1 2014/11/14 14:58:28 martin Exp $
.if \*[OF_VERSION_3] \{\
.
.Ss2 Updating your BootROM
@@ -1177,7 +1177,7 @@
mirror sites and download the CD-R image
.Pa NetBSD-\*V-macppc.iso
from the
-.Pa pub/NetBSD/iso
+.Pa pub/NetBSD/images
directory.
.Lk http://www.NetBSD.org/mirrors/#iso
.Pp
@@ -1385,12 +1385,12 @@
.Pp
.(disp
.if \*[OF_VERSION_12] \{\
-.No # Ic "mkisofs -o output.iso -l -J -r -L -N /cdsources"
+.No # Ic "mkisofs -o NetBSD-\*V-macppc.iso -l -J -r -L -N /cdsources"
.\}
.if \*[OF_VERSION_3] \{\
-.No # Ic "mkisofs -o output.iso -hfs -part -l -J -r -L -N /cdsources"
+.No # Ic "mkisofs -o NetBSD-\*V-macppc.iso -hfs -part -l -J -r -L -N /cdsources"
.\}
-.No # Ic "cdrecord -v speed=4 dev=/dev/cd1c output.iso"
+.No # Ic "cdrecord -v speed=4 dev=/dev/cd1c NetBSD-\*V-macppc.iso"
.disp)
.Pp
You will need to substitute the correct speed for your CD writer, and the
diff -r 4a9bf890659a -r 8af086c790dd distrib/notes/sparc/install
--- a/distrib/notes/sparc/install Fri Nov 14 14:44:37 2014 +0000
+++ b/distrib/notes/sparc/install Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.57 2012/01/14 22:56:30 jmcneill Exp $
+.\" $NetBSD: install,v 1.57.20.1 2014/11/14 14:58:28 martin Exp $
.\"
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -136,7 +136,7 @@
.
If you wish to burn a CD-R containing a bootable NetBSD installation,
then you can either burn the prepared disk image in
-.Pa iso/NetBSD-\*V-sparc.iso
+.Pa images/NetBSD-\*V-sparc.iso
or create your own.
If you wish to create your own, you should follow the directions on the
.Nx
diff -r 4a9bf890659a -r 8af086c790dd doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Fri Nov 14 14:44:37 2014 +0000
+++ b/doc/BUILDING.mdoc Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.104 2014/08/07 21:45:27 apb Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.104.2.1 2014/11/14 14:58:28 martin Exp $
.\"
.\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1146,7 +1146,7 @@
Create a
.Nx
installation CD-ROM image in the
-.Sy RELEASEDIR Ns Pa /iso
+.Sy RELEASEDIR Ns Pa /images
directory.
The CD-ROM file system will have a layout as described in
.Xr release 7 .
@@ -1173,7 +1173,7 @@
directory by
.Dq "make release" .
These smaller images usually contain the same tools as the larger images in
-.Sy RELEASEDIR Ns Pa /iso ,
+.Sy RELEASEDIR Ns Pa /images ,
but do not contain additional content such as the distribution sets.
.Pp
Note that the mac68k port still uses an older method of creating
@@ -1189,7 +1189,7 @@
Create a
.Nx
installation CD-ROM image in the
-.Sy RELEASEDIR Ns Pa /iso
+.Sy RELEASEDIR Ns Pa /images
directory.
The CD-ROM file system will have a layout as described in
.Xr release 7 .
@@ -1217,7 +1217,7 @@
directory by
.Dq make release .
These smaller images usually contain the same tools as the larger images in
-.Sy RELEASEDIR Ns Pa /iso ,
+.Sy RELEASEDIR Ns Pa /images ,
but do not contain additional content such as the distribution sets.
.Pp
Note that the mac68k port still uses an older method of creating
diff -r 4a9bf890659a -r 8af086c790dd share/man/man8/man8.macppc/ofwboot.8
--- a/share/man/man8/man8.macppc/ofwboot.8 Fri Nov 14 14:44:37 2014 +0000
+++ b/share/man/man8/man8.macppc/ofwboot.8 Fri Nov 14 14:58:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ofwboot.8,v 1.12 2012/03/17 12:25:11 wiz Exp $
+.\" $NetBSD: ofwboot.8,v 1.12.10.1 2014/11/14 14:58:28 martin Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -256,10 +256,10 @@
with RAM disk and
.Ic sysinst
included.
-.It macppccd.iso
+.It NetBSD-{RELEASE}-macppc.iso
bootable CDROM image for all supported systems.
Usually located at
-.Pa ftp://ftp.NetBSD.org/pub/NetBSD/iso/{RELEASE}/macppccd.iso
+.Pa ftp://ftp.NetBSD.org/pub/NetBSD/images/{RELEASE}/NetBSD-{RELEASE}-macppc.iso
.El
.Sh EXAMPLES
.Bl -item
Home |
Main Index |
Thread Index |
Old Index