**
** THIS IS AN AUTOMATIC ERRATA UPDATE FOR FREEBSD 3.1-RELEASE **
**
You can retrieve the complete ERRATA from:
ftp://ftp.freebsd.org/pub/FreeBSD/3.1-RELEASE/ERRATA.TXT
The last update was sent: Mon Feb 15 17:42:32 1999
This update is sent: Sat Mar 13 06:00:32 1999
--
SYSTEM ERRATA INFORMATION:
o Kernel change information is not saved in the new kernel, even
though this is claimed to work in the docs.
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
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).
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message