Hello,
may be I have to much reading. I got confused about what is written in the documentation for update installation and what I find in /boot/defaults/loader.conf.
In it is written:
As this described. I get this directory: /boot/kernel with the kernel files.
-I have not customized this "kernel=.." in /boot/loader.conf
For
This sentence confusing me "However, freebsd-update will detect and update the GENERIC kernel if /boot/GENERIC exists, ...."
Edit: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html
I found as default in /boot/defaults/ the, also so used, path /boot/kernel and there is on the other-side written in the handbook about a default name /boot/GENERIC for binary updates.
What is now the real default name for the kernel?
And, should I rename /boot/kernel to /boot/GENERIC whether I like to do automatic updates?
Thanks,
may be I have to much reading. I got confused about what is written in the documentation for update installation and what I find in /boot/defaults/loader.conf.
In it is written:
Code:
....
kernel="kernel" # /boot sub-directory containing kernel and modules
bootfile="kernel" # Kernel name (possibly absolute path)
....
-I have not customized this "kernel=.." in /boot/loader.conf
For
freebsd-update
it is written in the handbook under "23.2.2. Applying Security Patches" (2017): one paragraph before 'Note....':"Only the GENERIC kernel can be automatically updated by freebsd-update. If a custom kernel is installed, it will have to be rebuilt and reinstalled after freebsd-update finishes installing the updates. However, freebsd-update will detect and update the GENERIC kernel if /boot/GENERIC exists, even if it is not the current running kernel of the system."This sentence confusing me "However, freebsd-update will detect and update the GENERIC kernel if /boot/GENERIC exists, ...."
Edit: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html
I found as default in /boot/defaults/ the, also so used, path /boot/kernel and there is on the other-side written in the handbook about a default name /boot/GENERIC for binary updates.
What is now the real default name for the kernel?
And, should I rename /boot/kernel to /boot/GENERIC whether I like to do automatic updates?
Thanks,