The FreeBSD-14.0-RC1-arm64-aarch64-zfs.raw.xz VM image (maybe others, I didn't check) has a rc.conf with a ton of repeated lines. I tried looking at why this would be, but the release scripts to create this image went right over my head. $ sudo mdconfig FreeBSD-14.0-RC1-arm64-aarch64-zfs.raw md0 $ sudo zpool import -R /mnt -t 4016146626377348012 vm-zpool $ wc -l /mnt/etc/rc.conf 36 /mnt/etc/rc.conf $ sort -u /mnt/etc/rc.conf growfs_enable="YES" hostname="freebsd" ifconfig_DEFAULT="DHCP inet6 accept_rtadv" zfs_enable="YES" zpool_reguid="zroot" zpool_upgrade="zroot" $ https://lists.freebsd.org/archives/freebsd-current/2023-October/004824.html
^Triage: * status * higher severity (inferred from discussion in IRC).
I just checked and it also effects amd64 and UFS images.
This was fixed by commit 97bd53ef4d20b7d15e0b0976e885af9438f5637e. The rc.conf in FreeBSD-14.1-RELEASE-arm64-aarch64-zfs.raw doesn't have any duplicated lines.
*** Bug 262655 has been marked as a duplicate of this bug. ***
*** Bug 275287 has been marked as a duplicate of this bug. ***