New entry on DOS installation problem.
This commit is contained in:
parent
ac8343f7e7
commit
ed90fe1ed5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4530
1 changed files with 12 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1999-03-13 10:22:19 $">
|
||||
<!ENTITY date "$Date: 1999-03-17 08:24:34 $">
|
||||
<!ENTITY title "FreeBSD 3.1 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.4 1999-03-13 10:22:19 jkh Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.5 1999-03-17 08:24:34 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -67,6 +67,16 @@ Fix: The change information is being written out, in fact, but to the
|
|||
used properly (and you just learned a little about the new 3-stage
|
||||
loader in the process, so the exercise wasn't a total loss).
|
||||
|
||||
<strong>
|
||||
o DOS installation fails when you actually follow the instructions
|
||||
to install stuff under C:\FREEBSD\BIN\... and so on.
|
||||
</strong>
|
||||
|
||||
Fix: The instructions are correct but the code was wrong in 3.1-RELEASE,
|
||||
sysinstall looking instead directly under C:\ (e.g. C:\BIN\...)
|
||||
or under C:\RELEASES\ (C:\RELEASES\BIN\... and so on). Fixed
|
||||
in 3.1-STABLE.
|
||||
|
||||
</pre>
|
||||
<p></p><a href="../index.html">Release Home</a>
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue