mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-16 23:30:40 +08:00
Update entry.sh
This commit is contained in:
@@ -19,7 +19,7 @@ cd /run
|
||||
trap - ERR
|
||||
|
||||
version=$(qemu-system-aarch64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }')
|
||||
info "Booting ${APP} using QEMU v$version..."
|
||||
info "Booting $APP using QEMU v$version..."
|
||||
|
||||
if [[ "$CONSOLE" == [Yy]* ]]; then
|
||||
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
|
||||
|
||||
Reference in New Issue
Block a user