Funnily enough I conveniently just used FRmake_initrd.sh
I had been trying to make a FR frugal install of Void Linux xfce upstream rootfs musl version, so downloaded the musl iso of that and extracted the inside rootfs (which was a .img file inside another .img file... sigh). Then I extracted the contents of that in uncompressed form into a folder named 07/.
My idea was to simply then open up FR skeleton initrd-latest and extract all the /usr/lib/modules and put a copy into the FR initrd before letting ./modify_initrd.sh compress it all up again... Pretty huge initrd.gz of course results, but that doesn't matter.
I also extracted Void's vmlinuz (not a huge-style kernel) from Void's iso.
Finally ran ./wd_grubconfig to get grub2 menu stanza and rebooted using the result. Hmmm... didn't boot. Was it cos musl I wondered - couldn't see any issue with that. But then I remembered: Void, like Arch and most distros now, compresses each individual of its modules using zst and busybox modprobe used in FR initrd can't handle that. But that made me recall that I had extended code in FRmake_initrd such that it would uncompress each module before inserting the boot-necessary ones into the skeleton FR initrd. Final result being an initrd.gz of around 20MB, and that booted fine (once I had used the mount_chroot trick to set root passwd...).
In fact I am posting from that FirstRib-driven musl-based Void Linux XFCE right now (logged in to root desktop).
But I didn't do this for fun. I purposively suddenly wanted that musl-based distro to make it easy for me to compile statically linked small musl-based binary to replace lost one.