refactor: remove versioning from ISO filename

ISO now always named knel-football-secure.iso (no v1.0.0 suffix).
Updated all references in code, docs, and tests.

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-02-17 15:44:09 -05:00
parent e4fe12aaf1
commit ab49d1f98b
8 changed files with 40 additions and 41 deletions

View File

@@ -8,7 +8,7 @@
- **Project Status**: ✅ Build completed successfully (450 MB ISO created)
- **Build Date**: 2026-01-28 16:30 CST
- **Build Duration**: 72 minutes (9 stages completed)
- **ISO Location**: `output/knel-football-secure-v1.0.0.iso`
- **ISO Location**: `output/knel-football-secure.iso`
- **Checksums Verified**: ✅ SHA256 and MD5
### Your First Actions
@@ -24,7 +24,7 @@
### Build Status
- **Last Build**: ✅ SUCCESS (2026-01-28)
- **ISO Artifact**: `knel-football-secure-v1.0.0.iso` (450 MB)
- **ISO Artifact**: `knel-football-secure.iso` (450 MB)
- **ISO Checksums**: SHA256 ✅, MD5 ✅
- **Build Log**: `/tmp/knel-iso-build.log` (4,140 lines)
- **All Stages**: 9/9 completed successfully
@@ -217,9 +217,9 @@ tests/
### Output
```
output/
└── knel-football-secure-v1.0.0.iso # 450 MB ISO (✅ BUILT AND VERIFIED)
└── knel-football-secure-v1.0.0.iso.sha256 # SHA256 checksum
└── knel-football-secure-v1.0.0.iso.md5 # MD5 checksum
└── knel-football-secure.iso # 450 MB ISO (✅ BUILT AND VERIFIED)
└── knel-football-secure.iso.sha256 # SHA256 checksum
└── knel-football-secure.iso.md5 # MD5 checksum
```
---
@@ -273,8 +273,8 @@ tail -f /tmp/knel-iso-build.log
# Verify output
cd output/
sha256sum -c knel-football-secure-v1.0.0.iso.sha256
md5sum -c knel-football-secure-v1.0.0.iso.md5
sha256sum -c knel-football-secure.iso.sha256
md5sum -c knel-football-secure.iso.md5
```
#### 6. TEST ISO (optional)