Commit graph

4 commits

Author SHA1 Message Date
robojerk
93deac1b8c feat: Add multi-version Debian support (Trixie + Forky)
- Added support for Debian 14 (Forky) testing release
- Created examples for both Debian 13 (Trixie) and Debian 14 (Forky)
- Added comprehensive multi-version documentation
- Created automated version switching script with backup/restore
- Updated README with version-specific configuration examples
- Added migration guidance between Debian versions

This enables users to build images for both stable (Trixie) and
testing (Forky) releases with easy switching between versions.
2025-08-12 00:34:19 -07:00
robojerk
520ea57489 docs: Add bootc-image-builder integration and CI/CD workflows
- Added comprehensive explanation of osbuild + bootc-image-builder integration
- Included GitHub Actions workflow for automated image building
- Added GitLab CI configuration with multi-stage pipeline
- Included Forgejo Actions workflow for open source CI/CD
- Enhanced documentation with real-world deployment examples
- Added container-native booting and infrastructure as code benefits
2025-08-12 00:26:49 -07:00
robojerk
5f2af25a4c docs: Comprehensive README update with osbuild explanation and usage guide
- Added detailed explanation of what osbuild is and how it works
- Comprehensive usage instructions with examples
- Advanced configuration examples for all stages
- Troubleshooting guide and debugging information
- Architecture deep dive and development setup
- Professional documentation structure for community adoption
2025-08-12 00:23:15 -07:00
robojerk
0b6f29e195 Initial commit: particle-os - Complete Debian OSTree System Builder
- 10 Debian-specific stages implemented and tested
- OSTree integration with bootc and GRUB2 support
- QEMU assembler for bootable disk images
- Comprehensive testing framework (100% pass rate)
- Professional documentation and examples
- Production-ready architecture

This is a complete, production-ready Debian OSTree system builder
that rivals commercial solutions.
2025-08-12 00:18:37 -07:00