feat: Display system info on boot (#696)

This commit is contained in:
Kroese
2024-04-22 16:29:23 +02:00
committed by GitHub
parent 66ac2d2002
commit ac78cc7dc5
3 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ cd /run
trap - ERR
info "Booting $APP using $VERS..."
info "Booting ${APP} on a ${HOST_CPU} using QEMU v${VERS} with kernel $(uname -r)..."
[[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo
if [[ "$CONSOLE" == [Yy]* ]]; then