fix: Print system info

This commit is contained in:
Kroese 2024-04-25 14:28:40 +02:00 committed by GitHub
parent dd76c60e2a
commit f424a47dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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