Clean up build system and update documentation

- Updated README.md to reflect current single-stage build architecture
- Removed obsolete scripts/build-boot.sh (unused two-stage boot approach)
- Updated cleanup.sh to remove reference to non-existent setup-submodules.sh
- Documented smart caching and component compilation workflow
- Added proper build variants (minimal vs full) documentation
This commit is contained in:
2025-08-18 14:41:46 +02:00
parent e402de625d
commit e13034810d
4 changed files with 143 additions and 258 deletions

View File

@@ -176,5 +176,4 @@ echo "[+] Cleanup completed successfully!"
echo ""
echo "To rebuild the project after cleanup:"
echo " 1. Run: ./build.sh # Full rebuild"
echo " 2. Or: docker-compose up --build # Docker rebuild"
echo " 3. Or: scripts/setup-submodules.sh # Restore submodules first"
echo " 2. Or: cd build && docker-compose up --build # Docker rebuild"