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:
4
run.sh
4
run.sh
@@ -15,7 +15,7 @@ readonly BUILD_DIR="${SCRIPT_DIR}/tmp"
|
||||
readonly BUILD_LOG="/tmp/knel-iso-build.log"
|
||||
|
||||
# VM Testing Configuration
|
||||
readonly ISO_PATH="${SCRIPT_DIR}/output/knel-football-secure-v1.0.0.iso"
|
||||
readonly ISO_PATH="${SCRIPT_DIR}/output/knel-football-secure.iso"
|
||||
readonly VM_NAME="knel-football-test"
|
||||
readonly VM_RAM="2048"
|
||||
readonly VM_CPUS="2"
|
||||
@@ -513,7 +513,7 @@ if [ -n "$ISO_FILE" ]; then
|
||||
echo "ISO created: $ISO_FILE"
|
||||
sha256sum "$ISO_FILE" > "${ISO_FILE}.sha256"
|
||||
md5sum "$ISO_FILE" > "${ISO_FILE}.md5"
|
||||
FINAL_ISO="knel-football-secure-v1.0.0.iso"
|
||||
FINAL_ISO="knel-football-secure.iso"
|
||||
mv "$ISO_FILE" "$FINAL_ISO"
|
||||
mv "${ISO_FILE}.sha256" "${FINAL_ISO}.sha256"
|
||||
mv "${ISO_FILE}.md5" "${FINAL_ISO}.md5"
|
||||
|
||||
Reference in New Issue
Block a user