Hi.
Yesterday I updated my FreeBSD 10.0-RELEASE to 10.1-RELEASE and noticed that /boot/kernel is really big. Both, 10.0 and 10.1 runs GENERIC kernel. I updated system using freebsd-update.
/boot/kernel.old is a backup of GENERIC kernel from FreeBSD 10.0.
Why there is so big difference between kernels size?
--edit--
Never mind, I checked that in 10.0 /boot/kernel has more than 400 MB, so /boot/kernel.old is not a copy of the the entire kernel directory, as I incorrectly thought.
Yesterday I updated my FreeBSD 10.0-RELEASE to 10.1-RELEASE and noticed that /boot/kernel is really big. Both, 10.0 and 10.1 runs GENERIC kernel. I updated system using freebsd-update.
Code:
uname -a
FreeBSD localhost.homenet.org 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014
root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Code:
du -Lhrs /boot/kernel
454M /boot/kernel
Code:
du -Lhrs /boot/kernel.old
81M /boot/kernel.old
--edit--
Never mind, I checked that in 10.0 /boot/kernel has more than 400 MB, so /boot/kernel.old is not a copy of the the entire kernel directory, as I incorrectly thought.