updating system help ??!!??

Charles Swiger cswiger at mac.com
Thu Oct 16 08:47:58 PDT 2003


On Thursday, October 16, 2003, at 11:32 AM, Brent Bailey wrote:
>> The latter, not the former.
>> You want to be running the *new* kernel before starting the system
>> install.
>
> what do yoyu mean ????
> are you saying i have to recompile the kernel befor i start the system
> install ?? there already is a custom kernel built ...

Yes, you should recompile the kernel after doing a "make buildworld".  
If you built a kernel before, it was compiled against the old header 
files and may not correspond with the new userland built via "make 
buildworld".

[ ...example instructions deleted... ]

No, try:

# cd /usr/src
# make buildworld
# make buildkernel KERNCONF=YOURKERNEL
# make installkernel KERNCONF=YOURKERNEL
# reboot

...and then, if the system boots, perform the "make installworld" and 
mergemaster steps as described in UPDATING.

-- 
-Chuck



More information about the freebsd-stable mailing list