Hello, I think there are a few improvements in the release script. 1/ release/release.sh, line 252: eval chroot ${CHROOTDIR} /etc/rc.d/ldconfig forcerestart if CHROOTBUILD_SKIP is set, that line will fail as make distribution was not run in the chroot. In release/tools/arm.subr: 2/ in arm_install_base(), RELEASE_RMAKEFLAGS is not used for the distribution target so NODOC and NOPORTS in the config file (e.g. RPI2.conf) seem only useful for the chroot. 3/ cleanup() is never used