
https://lists.freebsd.org/archives/freebsd-announce/2024-July/000143.html
New script to check for stale symlinks on a FreeBSD system before and after “make installworld”.

https://github.com/freebsd/freebsd-src/commit/e880dd644f63fbe068c38b73b44aa7e7c5f176f3
After installing the 14.1 point release I decided to follow the stable/14 branch.
First step was to pull the source code and checkout to the stable branch. After that build world and build the kernel. I used 4 jobs as my processor has 4 cores. Use this command accordingly to your core/thread number.
Curious to see how my AMD Ryzen 9 7950x3d performs !!
Kernel build in 716 seconds ~ 11 minutes

Voilà !

Activating the NO_CLEAN variable using make -DNO_CLEAN keeps object files so that you can resume the build process later on.

On a fresh installed FreeBSD 14.1 system and ifconfig returns only the loop (lo0) device and my RTL8125 was not even listed!! Offline with no options … Compiling the net/realtek-re-kmod does not work due to distfile requirements that have to be downloaded.
root@:" # pciconf -1v I grep -A1-B3 network none2@pc10:6:0:0:
vendor class=0x028000 rev=0x01 hdr=0x00 vendor=0x10ec device=0xc852 subvendor=0x10ec subdevice=0xc852
= 'Realtek Semiconductor Co., Ltd.' device = 'RTL8852CE PCIe 802.11ax Wireless Network Controller'
class = network
none3@pcie:7:0:0:
class=0x020008 rev=0x05 hdr=0x00 vendor=0x10ec device=0x8125 subvendor=0x1458 subdevice=0xe000
vendor 'Realtek Semiconductor Co., Ltd.' ='RTL8125 2.5GbE Controller'
device class = network
subclass = ethernet
root@: # ifconfig-a
100: flags=1008049 metric 8 mtu 16384 options=688003
inet 127.0.0.1 netmask 0x1100000
inet6:1 prefixlen 128
inet6 fe80:: 1%100 prefixlen 64 scopeid 0x1 groups: lo nd6 options=21
roote: #
Solution:
I wish you an easy and productive update 🙂

https://download.freebsd.org/releases/ISO-IMAGES/14.1/FreeBSD-14.1-RC1-amd64-bootonly.iso