feat: Print system info
This commit is contained in:
parent
cc34dec418
commit
94db24aca4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ cd /run
|
|||
|
||||
trap - ERR
|
||||
|
||||
info "Booting image using $VERS..."
|
||||
info "Booting image${BOOT_DESC} on ${CPU} using QEMU v${VERS} with kernel $(uname -r)..."
|
||||
|
||||
[[ "$DEBUG" == [Yy1]* ]] && set -x
|
||||
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue