Hello, i have a question about FreeBSD updates when using freebsd-update tool when you are running a custom kernel, in the documentation i can read:
But some time ago when i have recompiled the custom kernel several times both /boot/kernel and /boot/kernel.old will contain my own kernel and the /boot/GENERIC copy will be unupdated since it was a manual copy made in its day.
The freebsd-update tool updates /boot/kernel but sometimes only some modules not the entire kernel, resulting in a mix of my custom kernel and GENERIC under /boot/kernel directory, for this reason i have to recompile my custom kernel in each update.
The question is, how can i mantain an updated copy of GENERIC kernel in /boot/GENERIC at the same time i have my custom kernel in /boot/kernel?
When i compile my custom kernel, the GENERIC ends in /boot/kernel.old directory, i could copy to /boot/GENERIC to mantain a copy the first time.Always keep a copy of the GENERIC kernel in /boot/GENERIC. It will be helpful in diagnosing a variety of problems and in performing version upgrades
But some time ago when i have recompiled the custom kernel several times both /boot/kernel and /boot/kernel.old will contain my own kernel and the /boot/GENERIC copy will be unupdated since it was a manual copy made in its day.
The freebsd-update tool updates /boot/kernel but sometimes only some modules not the entire kernel, resulting in a mix of my custom kernel and GENERIC under /boot/kernel directory, for this reason i have to recompile my custom kernel in each update.
The question is, how can i mantain an updated copy of GENERIC kernel in /boot/GENERIC at the same time i have my custom kernel in /boot/kernel?