through 8.24

This commit is contained in:
phanes
2023-03-05 22:06:57 -05:00
parent 360f2afae7
commit b9af982ce3
12 changed files with 1472 additions and 24 deletions

View File

@@ -23,6 +23,8 @@ logprint() {
echo "[$(date +%Y-%m-%d_%H:%M:%S)] [${APPNAME}] $1" \
| tee -a "${LOG_DIR}/${LOGFILE}"
}
# TODO chroot ignores this, and it breaks binutils pass 3
ulimit -n 3000000
/usr/sbin/chroot "${T_SYSROOT}" /usr/bin/env -i \
HOME=/root \