Commit graph

3 commits

Author SHA1 Message Date
fa5ef3470a Recover work from HDD space issue and update project status
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 3m0s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 35s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Recovered main.rs from main.rs.old backup after HDD space issue
- Fixed bootc dependency issue in Cargo.toml (removed non-existent crate)
- Updated todo.txt with realistic 85% completion status
- Disk image creation is now fully working (was incorrectly marked as failed)
- OSTree integration is working with real ostree commands
- Bootloader installation works on actual disk images
- Format conversion supports QCOW2, raw, VMDK, ISO, AMI
- Added local rootfs support with --rootfs option
- Only remaining work: replace placeholder bootc script and add testing
2025-09-10 14:19:53 -07:00
648e08dfea Update .gitignore to exclude test files and temporary artifacts
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 2m21s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add patterns for test-* files (ubuntu, bootc, proper, fixed, final, enhanced)
- Add *.raw.tmp for temporary raw image files
- Exclude various test output formats (.raw, .qcow2, etc.)
- Keep repository clean from development artifacts
2025-09-10 11:36:39 -07:00
f8dbd22c4f first commit 2025-09-09 18:11:55 -07:00