add kernel file name to success log

This commit is contained in:
Radon 2025-09-26 17:50:00 -05:00
parent 053b1982f5
commit 5b16f96823

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
} }