Date: Fri, 26 Mar 1999 09:51:37 -0700 From: Charles Randall <crandall@matchlogic.com> To: freebsd-questions@FreeBSD.ORG Cc: bruce@accumatics.com Subject: RE: In 3.1, can't seem to save device list after boot -cv Message-ID: <64003B21ECCAD11185C500805F31EC03022B6169@houston.matchlogic.com>
next in thread | raw e-mail | index | archive | help
See the ERRATA.TXT file, ftp://ftp.freebsd.org/pub/FreeBSD/3.1-RELEASE/ERRATA.TXT --- snip --- 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). --- snip --- Charles -----Original Message----- From: Bruce Grisham [mailto:bruce@accumatics.com] Sent: Friday, March 26, 1999 9:45 AM To: freebsd-questions@FreeBSD.ORG Subject: In 3.1, can't seem to save device list after boot -cv After configuring devices I ask to save, but at next boot all devices are probed. What am I missing? Thanks in advance, Bruce Grisham The AccuMatics Group http://www.accumatics.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?64003B21ECCAD11185C500805F31EC03022B6169>