Add comprehensive documentation, live-build configuration, and testing framework
Some checks failed
Build Simple CLI / build (push) Failing after 1s
Some checks failed
Build Simple CLI / build (push) Failing after 1s
- Add community release and integration documentation - Add production deployment and testing framework guides - Add live-build configuration with hooks and package lists - Add VM management and testing scripts - Update .gitignore to block build artifacts and large files - Remove old bootc package file - Add comprehensive project completion summary
This commit is contained in:
parent
9e9d4ea8d2
commit
d0d29139e5
52 changed files with 2994 additions and 162 deletions
8
test-particle-os-iso.sh
Executable file
8
test-particle-os-iso.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
echo "🚀 Testing Particle-OS Bootable ISO in QEMU..."
|
||||
echo ""
|
||||
echo "ISO: live-image-amd64.hybrid.iso"
|
||||
echo "Size: $(ls -lh live-image-amd64.hybrid.iso | awk "{print \$5}")"
|
||||
echo ""
|
||||
echo "Starting QEMU with our bootable ISO..."
|
||||
qemu-system-x86_64 -enable-kvm -m 2G -smp 2 -boot d -cdrom live-image-amd64.hybrid.iso
|
||||
Loading…
Add table
Add a link
Reference in a new issue