Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 1999 07:38:44 -0500 (EST)
From:      hometeam <hometeam@techpower.net>
To:        Dan Langille <junkmale@xtra.co.nz>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: visual config screen doesn't save
Message-ID:  <Pine.BSF.4.05.9903190738070.18251-100000@techpower.net>
In-Reply-To: <19990319093240.VQBI682101.mta1-rme@wocker>

next in thread | previous in thread | raw e-mail | index | archive | help
this is in erratic

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).


On Fri, 19 Mar 1999, Dan Langille wrote:

> How can the settings from the visual configuration screen be permanently 
> saved under 3.1?  Every time I reboot, the settings must be reentered.
> 
> I've been told it can be saved permanently, and I know I can just create a 
> custom kernel, but when setting up a machine for the first time, this 
> would be a great time saver.
> 
> --
> Dan Langille
> The FreeBSD Diary
> http://www.FreeBSDDiary.com/freebsd
> 
> 
> 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?Pine.BSF.4.05.9903190738070.18251-100000>