fix: CPU detection

This commit is contained in:
Kroese 2024-04-22 16:46:07 +02:00 committed by GitHub
parent 6e8900edfc
commit 3d73217e74
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 ${HOST_CPU} using QEMU v${VERS} with kernel $(uname -r)..."
info "Booting ${APP} on a ${CPU} using QEMU v${VERS} with kernel $(uname -r)..."
[[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo
if [[ "$CONSOLE" == [Yy]* ]]; then