mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
fix: Display correct architecture
This commit is contained in:
parent
e10d5b9305
commit
7bc9ccc5fe
@ -18,7 +18,11 @@ fi
|
||||
if [ -n "$HOST_CPU" ]; then
|
||||
HOST_CPU="$HOST_CPU,,"
|
||||
else
|
||||
if [ "$ARCH" == "amd64" ]; then
|
||||
HOST_CPU="QEMU, Virtual CPU, X86_64"
|
||||
else
|
||||
HOST_CPU="QEMU, Virtual CPU, $ARCH"
|
||||
fi
|
||||
fi
|
||||
|
||||
HOST_ARGS=()
|
||||
|
Loading…
x
Reference in New Issue
Block a user