Changed bootstrap

This commit is contained in:
2026-03-20 13:22:01 +01:00
parent 7de732589a
commit 4afba9b11e
4 changed files with 161 additions and 22 deletions

View File

@@ -84,8 +84,9 @@ echo " chroot \"${LFS}\" /usr/bin/env -i \\"
echo " HOME=/root \\"
echo " TERM=\"\${TERM}\" \\"
echo " PS1='(darkforge chroot) \\u:\\w\\\$ ' \\"
echo " PATH=/usr/bin:/usr/sbin \\"
echo " PATH=/usr/bin:/usr/sbin:/tools/bin \\"
echo " MAKEFLAGS=\"-j32\" \\"
echo " /bin/bash --login"
echo ""
echo "Then run the chroot build scripts (024-xxx) from inside the chroot."
echo "Or run all chroot scripts automatically:"
echo " bash ${LFS}/sources/toolchain-scripts/023a-chroot-build-all.sh"