FreeBSD 6.1 to 6.2 binary upgrade

Why not simple recompile freebsd sources how described in /usr/src/UPDATING?

Code:
        make buildworld
        make kernel KERNCONF=YOUR_KERNEL_HERE
                                                       
        <reboot>                        
        mergemaster -p                                  
        make installworld
        make delete-old
        mergemaster                                    
        <reboot>

It's common way of updating freebsd.
 
Why not simple recompile freebsd sources how described in /usr/src/UPDATING?

Code:
        make buildworld
        make kernel KERNCONF=YOUR_KERNEL_HERE
                                                       
        <reboot>                        
        mergemaster -p                                  
        make installworld
        make delete-old
        mergemaster                                    
        <reboot>

It's common way of updating freebsd.

the other way is faster
 
Ye, takes too long.

But, if you have custom kernel, you still need recompile it.

http://www.daemonology.net/blog/2006...y-upgrade.html
" if you do not have a GENERIC or SMP kernel installed, FreeBSD Update will not install any kernel updates. In this case, you must update your kernel before installing updates which FreeBSD Update has downloaded ..."

So, probably binary updates only for people using GENERIC kernel.
 
And you are correct, but it takes 5 minutes to go back to the generic kernel then reload the custom later.
 
Back
Top