Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes catch up with current ISO naming conventions



details:   https://anonhg.NetBSD.org/src/rev/ce7cfde22013
branches:  trunk
changeset: 803811:ce7cfde22013
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Nov 13 08:16:42 2014 +0000

description:
catch up with current ISO naming conventions

diffstat:

 distrib/notes/arc/prep                 |  4 ++--
 distrib/notes/cats/prep                |  9 ++++-----
 distrib/notes/macppc/prep.OPENFIRMWARE |  8 ++++----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (68 lines):

diff -r e25a74642cb4 -r ce7cfde22013 distrib/notes/arc/prep
--- a/distrib/notes/arc/prep    Thu Nov 13 07:11:06 2014 +0000
+++ b/distrib/notes/arc/prep    Thu Nov 13 08:16:42 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prep,v 1.3 2014/11/05 07:09:47 snj Exp $
+.\"    $NetBSD: prep,v 1.4 2014/11/13 08:16:42 snj Exp $
 .
 First and foremost, before beginning the installation process,
 .Em make sure you have a reliable backup
@@ -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 e25a74642cb4 -r ce7cfde22013 distrib/notes/cats/prep
--- a/distrib/notes/cats/prep   Thu Nov 13 07:11:06 2014 +0000
+++ b/distrib/notes/cats/prep   Thu Nov 13 08:16:42 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prep,v 1.12 2014/11/05 07:09:47 snj Exp $
+.\"    $NetBSD: prep,v 1.13 2014/11/13 08:16:42 snj Exp $
 .
 A \*M machine usually needs little or no preparation before installing
 .Nx ,
@@ -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 e25a74642cb4 -r ce7cfde22013 distrib/notes/macppc/prep.OPENFIRMWARE
--- a/distrib/notes/macppc/prep.OPENFIRMWARE    Thu Nov 13 07:11:06 2014 +0000
+++ b/distrib/notes/macppc/prep.OPENFIRMWARE    Thu Nov 13 08:16:42 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prep.OPENFIRMWARE,v 1.16 2014/11/05 07:09:47 snj Exp $
+.\"    $NetBSD: prep.OPENFIRMWARE,v 1.17 2014/11/13 08:16:42 snj Exp $
 .if \*[OF_VERSION_3] \{\
 .
 .Ss2 Updating your BootROM
@@ -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



Home | Main Index | Thread Index | Old Index