Recently i've been trying to make release iso from FreeBSD 14.4 source code while running FreeBSD 13.5. Some modifications to the code were made (firmware script removed from bsdinstall and the Makefile), though i think it doesn't matter in this case. No matter what i do script just stops with "ELF ldconfig path" in the end, like the installworld is finished but nothing happens after that. As far as i know the process is exiting with zero, so no errors are present. No ISO is generated. I've set NOGIT=1, SRC_UPDATE_SKIP=1 and PORTS_UPDATE_SKIP=1. What should i do to make it run to the end of the release.sh?