feat: Print system info (#701)

This commit is contained in:
Kroese
2024-04-25 14:31:49 +02:00
committed by GitHub
parent dd76c60e2a
commit 1bac5c8a7f
2 changed files with 11 additions and 3 deletions

View File

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