Adapt iso image names to current conventions and suffix them with the current
version number.
This commit is contained in:
parent
8632b7c3a3
commit
da210ed133
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: main,v 1.318 2006/10/30 18:36:44 hubertf Exp $
|
||||
.\" $NetBSD: main,v 1.319 2006/11/26 11:26:27 martin Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -151,18 +151,18 @@ bootloader
|
|||
and the installation kernel
|
||||
.Pa macppc/binary/kernel/netbsd-GENERIC_MD.gz .
|
||||
If you have a CD-R, you can fetch the CD image,
|
||||
.Pa macppccd.iso .
|
||||
.Pa macppccd-\*V.iso .
|
||||
.\}
|
||||
.if \n[sparc] \{\
|
||||
CD image,
|
||||
.Pa sparccd.iso
|
||||
.Pa sparccd-\*V.iso
|
||||
or the floppy disk images,
|
||||
.Pa sparc/install/floppy/disk1.gz No and Pa sparc/install/floppy/disk2 .
|
||||
You need either the pair of floppies or the CD to boot your system.
|
||||
.\}
|
||||
.if \n[sparc64] \{\
|
||||
CD image,
|
||||
.Pa sparc64cd.iso
|
||||
.Pa sparc64cd-\*V.iso
|
||||
or the installation kernel and bootloader,
|
||||
.Pa sparc64/binary/kernel/netbsd-INSTALL.gz No and Pa sparc64/installation/misc/ofwboot
|
||||
which can be booted from a
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: prep.OPENFIRMWARE,v 1.7 2006/03/09 18:10:07 wiz Exp $
|
||||
.\" $NetBSD: prep.OPENFIRMWARE,v 1.8 2006/11/26 11:26:27 martin Exp $
|
||||
.if \*[OF_VERSION_3] \{\
|
||||
.
|
||||
.Ss2 Updating your BootROM
|
||||
|
@ -1177,7 +1177,7 @@ system to boot the installer
|
|||
Go to one of the
|
||||
.Nx
|
||||
mirror sites and download the CD-R image
|
||||
.Pa macppccd.iso
|
||||
.Pa macppccd-\*V.iso
|
||||
from the
|
||||
.Pa pub/NetBSD/iso
|
||||
directory.
|
||||
|
@ -1198,7 +1198,7 @@ systems should get it from the official website:
|
|||
.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/cd1c macppccd.iso"
|
||||
.No # Ic "cdrecord -v speed=4 dev=/dev/cd1c macppccd-\*V.iso"
|
||||
.disp)
|
||||
.Pp
|
||||
You will need to substitute the correct name of the disk image file,
|
||||
|
@ -1537,7 +1537,7 @@ CD-R image is compressed, then you will need to uncompress it first.
|
|||
.Pp
|
||||
Find a spare bootable drive (i.e. SCSI or IDE), and use some tool to write
|
||||
the disk image
|
||||
.Pa macppccd.iso
|
||||
.Pa macppccd-\*V.iso
|
||||
to your spare drive, and boot from that drive.
|
||||
For example, you could use a Zip drive, a Jaz drive,
|
||||
a Compact Flash drive, or even a spare hard drive.
|
||||
|
@ -1558,7 +1558,7 @@ loads the installation kernel from the ISO file system on the disk image.
|
|||
.Em From an UNIX-like machine (including MacOS X)
|
||||
.Pp
|
||||
.(disp
|
||||
.No # Ic "dd if=macppccd.iso of=/dev/rsd0c"
|
||||
.No # Ic "dd if=macppccd-\*V.iso of=/dev/rsd0c"
|
||||
.disp)
|
||||
.Pp
|
||||
where
|
||||
|
@ -1618,7 +1618,7 @@ Hit return (i.e. start at sector number zero)
|
|||
.Pp
|
||||
.It
|
||||
Select
|
||||
.Pa macppccd.iso
|
||||
.Pa macppccd-\*V.iso
|
||||
and click
|
||||
.Dq Open
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: install,v 1.51 2006/11/25 22:53:35 mishka Exp $
|
||||
.\" $NetBSD: install,v 1.52 2006/11/26 11:26:27 martin Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -143,7 +143,7 @@ below.
|
|||
.
|
||||
If you wish to burn a CD-R containing a bootable NetBSD installation,
|
||||
then you can either burn the prepared disk image in
|
||||
.Pa installation/cdrom/netbsd-sparc.iso
|
||||
.Pa installation/cdrom/sparccd-\*V.iso
|
||||
or create your own.
|
||||
If you wish to create your own, you should follow the directions on the
|
||||
.Nx
|
||||
|
@ -151,7 +151,7 @@ Bootable CD-ROM HOW-TO at:
|
|||
.Lk http://www.NetBSD.org/Documentation/bootcd.html#sparcimage
|
||||
.Pp
|
||||
Once you have downloaded
|
||||
.Pa netbsd-sparc.iso
|
||||
.Pa sparccd-\*V.iso
|
||||
or created your own disk image, then you need to burn it to a CD-R.
|
||||
.Pp
|
||||
The CD-ROM attached to your Sparc must support 512 byte sectors to be
|
||||
|
|
Loading…
Reference in New Issue