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/macppc Pull up revision 1.29 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/94e081ade541
branches:  netbsd-1-6
changeset: 530887:94e081ade541
user:      cyber <cyber%NetBSD.org@localhost>
date:      Mon Oct 20 04:29:12 2003 +0000

description:
Pull up revision 1.29 (requested by mbw in ticket #1520):
  - mkhybrid deprecated, describe mkisofs
  - mention that OF may need version numbers from ISO 9660 file systems
  - remove scsi-ext references (no such device)

diffstat:

 distrib/notes/macppc/install |  32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)

diffs (90 lines):

diff -r 84201b6e2a38 -r 94e081ade541 distrib/notes/macppc/install
--- a/distrib/notes/macppc/install      Mon Oct 20 00:58:43 2003 +0000
+++ b/distrib/notes/macppc/install      Mon Oct 20 04:29:12 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.20.2.4 2003/06/19 01:49:25 grant Exp $
+.\"    $NetBSD: install,v 1.20.2.5 2003/10/20 04:29:12 cyber Exp $
 .
 .Ss2 Open Firmware boot syntax
 .
@@ -118,7 +118,6 @@
 .It Ta Dl fd Ta No "floppy drive"
 .It Ta Dl scsi Ta No "SCSI bus"
 .It Ta Dl scsi-int Ta No "internal SCSI bus (on systems with multiple SCSI busses)"
-.It Ta Dl scsi-ext Ta No "external SCSI bus (on systems with multiple SCSI busses)"
 .It Ta Dl ata Ta No "ATA/IDE bus"
 .It Ta Dl ideN Ta No "ATA/IDE bus number N"
 .It Ta Dl ultraN Ta No "Ultra/66 or Ultra/100 IDE bus number N"
@@ -282,8 +281,21 @@
 .Pa netbsd.GENERIC_MD.gz No to Pa NETBSD~1.GZ
 since MS-DOS file systems can only natively hold 8 characters for the
 filename.
+.(Note
 Keep in mind that Open Firmware is often case-sensitive when it
 comes to filenames.
+.Note)
+.(Note
+You may need to append a 
+.Pa ;1
+to the filename when using a ISO 9660 file system.  This
+.Dq "version number"
+is part of the ISO 9660 specification and will show up in the directory 
+listing if it is present on the disk.  For example:
+.(disp
+.No 0 \*> Ic "boot cd:,\eOFWBOOT.XCF;1 NETBSD.MACPPC;1"
+.disp)
+.Note)
 .Pp
 If the
 .Ic dir
@@ -327,7 +339,11 @@
 Typically you'll find filenames like
 .Li OFWBOOT.XCF No and Li NETBSD~1.GZ .
 .(disp
-.No 0 \*> Ic "boot fd:,\eOFWBOOT.XCF NETBSD~1.GZ"
+.No 0 \*> Ic "boot cd:0 NETBSD.MACPPC"
+.No 0 \*> Ic "boot scsi-int/sd@3:0 NETBSD.MACPPC"
+.No 0 \*> Ic "boot scsi/sd@3:0 NETBSD.MACPPC"
+.No 0 \*> Ic "boot ata/atapi-disk:0 NETBSD.MACPPC"
+.No 0 \*> Ic "boot ide1/disk@0:0 NETBSD.MACPPC"
 .disp)
 .Pp
 You can eject a floppy by typing:
@@ -425,7 +441,6 @@
 .(disp
 .No 0 \*> Ic "boot scsi-int/sd@3:0 NETBSD.MACPPC"
 .No 0 \*> Ic "boot scsi/sd@3:0 NETBSD.MACPPC"
-.No 0 \*> Ic "boot scsi-ext/sd@3:0 NETBSD.MACPPC"
 .No 0 \*> Ic "boot ata/atapi-disk:0 NETBSD.MACPPC"
 .No 0 \*> Ic "boot ide1/disk@0:0 NETBSD.MACPPC"
 .No 0 \*> Ic "boot cd:0 NETBSD.MACPPC"
@@ -467,11 +482,8 @@
 .Pa NETBSD-G.ENE
 The
 .Ic mkisofs
-and
-.Ic mkhybrid
-programs have a similar problem.
-For them,
-.Pa netbsd.GENERIC_MD.gz
+program has a similar problem,
+.Pa netbsd-GENERIC_MD.gz
 becomes
 .Pa NETBSD_GENERIC_MD.GZ .
 .Pp
@@ -491,7 +503,6 @@
 .(disp
 .No 0 \*> Ic "boot scsi-int/sd@3:,\eOFWBOOT.XCF NETBSD.GZ"
 .No 0 \*> Ic "boot scsi/sd@3:,\eOFWBOOT.XCF NETBSD.GZ"
-.No 0 \*> Ic "boot scsi-ext/sd@3:,\eOFWBOOT.XCF NETBSD.GZ"
 .No 0 \*> Ic "boot ata/atapi-disk:,\eOFWBOOT.XCF NETBSD.GZ"
 .No 0 \*> Ic "boot ide1/disk@0:,\eOFWBOOT.XCF NETBSD.GZ"
 .No 0 \*> Ic "boot cd:,\eofwboot.xcf netbsd.gz"
@@ -519,7 +530,6 @@
 .(disp
 .No 0 \*> Ic "boot scsi-int/sd@0:0"
 .No 0 \*> Ic "boot scsi/sd@0:0"
-.No 0 \*> Ic "boot scsi-ext/sd@0:0"
 .No 0 \*> Ic "boot ata/ata-disk@0:0"
 .No 0 \*> Ic "boot ata/ATA-Disk@0:0"
 .No 0 \*> Ic "boot ide0/disk@0:0"



Home | Main Index | Thread Index | Old Index