>>26557It depends on what specific features of FreeBSD you are looking for in a Linux distro.
If you want a BSD init system, the only distro I know of that uses BSD init is CRUX; Arch used to use it, being originally based on CRUX, but has long since moved to systemd. The other init systems on Linux like SysV, openrc, and runit are all totally different systems from BSD init.
If you want ZFS, you can set up OpenZFS after the fact on any Linux distro, but if you want ZFS-on-root right out of the box then FreeBSD and Ubuntu are the only OSes I know of that provide that in their installers.
If you want jails, there's not really any equivalent to that on Linux, there's containerization and things like Docker but they work in a fundamentally different way than jails.
If you want a lightweight minimal OS that adheres to KISS principles and doesn't use systemd, there is Alpine Linux, Void, Gentoo, etc.