aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml')
-rw-r--r--en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml b/en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml
index abc9fc232b..7bcdaf310a 100644
--- a/en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml
+++ b/en_US.ISO8859-1/htdocs/releases/3.1R/errata.sgml
@@ -55,19 +55,19 @@ Fix: The problem here is that though the compatibility a.out libraries
directly) to re-install the failing package(s).
<strong>
-o Kernel change information is not saved in the new kernel, even
+o Kernel change information is not saved in the new kernel, even
though this is claimed to work in the docs.
</strong>
-Fix: The change information is being written out, in fact, but to the
+Fix: The change information is being written out, in fact, but to the
wrong location. move /kernel.config to /boot/kernel.conf (if it
- exists, otherwise there were no changes to save) and add the
+ exists, otherwise there were no changes to save) and add the
following lines to /boot/loader.rc:
-
+
load /kernel
load -t userconfig_script /boot/kernel.conf
autoboot 5
-
+
This will cause the kernel change information to be read in and
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).
@@ -78,7 +78,7 @@ o DOS installation fails when you actually follow the instructions
</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\...)
+ 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.