Compare commits

..

2 Commits

Author SHA1 Message Date
5b16f96823 add kernel file name to success log 2025-09-26 17:50:00 -05:00
053b1982f5 increment version 2025-09-26 17:49:54 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.2.3 0.2.4

View File

@ -251,7 +251,7 @@ sign_kernel() {
panic "Failed to create HMAC for '$kern_file'" panic "Failed to create HMAC for '$kern_file'"
echo echo
log "Signed '$kern_version' successfully" log "Signed '$kern_file' successfully"
echo echo
} }