Add new errata item.
This commit is contained in:
parent
caed8e5bb3
commit
c1316ef7fc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5774
1 changed files with 21 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.1 1999/09/17 12:34:27 jkh Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.2 1999/09/21 10:08:29 jkh Exp $">
|
||||||
<!ENTITY title "FreeBSD 3.3 Errata Notes">
|
<!ENTITY title "FreeBSD 3.3 Errata Notes">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.1 1999/09/17 12:34:27 jkh Exp $ -->
|
<!-- $FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.2 1999/09/21 10:08:29 jkh Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -51,6 +51,25 @@ Fix: Assuming that you experience this problem at all, edit /etc/rc.conf
|
||||||
be set in the network_interfaces variable after initial installation,
|
be set in the network_interfaces variable after initial installation,
|
||||||
it's reasonable to simply s/auto/lo0/ in rc.conf and move on.
|
it's reasonable to simply s/auto/lo0/ in rc.conf and move on.
|
||||||
|
|
||||||
|
<strong>The 3.3 ISO image (and 3.3 CDROM #1 from Walnut Creek CDROM)
|
||||||
|
mysteriously fails to boot on an ATAPI CDROM device but works
|
||||||
|
with SCSI CDROMs (on adaptors which support bootable CDs).</strong>
|
||||||
|
|
||||||
|
Fix: Either install using boot floppies (see floppies/README.TXT)
|
||||||
|
rather than booting from the CDROM or grab the updated ISO image
|
||||||
|
from:
|
||||||
|
|
||||||
|
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/">ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/</a>
|
||||||
|
|
||||||
|
See also the CHECKSUM.MD5 file in that directory to verify whether
|
||||||
|
you have the "old" or new image - some mirrors may be slow
|
||||||
|
in picking up the uncompressed and gzipped versions of the ISO 9660
|
||||||
|
installation image. As always, Walnut Creek CDROM will also provide
|
||||||
|
replacement CDs (once they become available) on request to purchasers
|
||||||
|
of the 3.3-RELEASE product.
|
||||||
|
|
||||||
|
This problem was caused by a bug in mkisofs which we're still
|
||||||
|
chasing but have, for now, simply worked-around.
|
||||||
</pre>
|
</pre>
|
||||||
<p></p><a href="../index.html">Release Home</a>
|
<p></p><a href="../index.html">Release Home</a>
|
||||||
&footer;
|
&footer;
|
||||||
|
|
Loading…
Reference in a new issue