mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Quoting fix
This commit is contained in:
parent
dc3ac71a7a
commit
176ed8bd95
@ -34,11 +34,11 @@ CPU=$(lscpu | sed -nr '/Model name/ s/.*:\s*(.*) @ .*/\1/p' | sed ':a;s/ / /;ta
|
||||
[ -z "$CPU" ] && CPU="QEMU, Virtual CPU, X86_64"
|
||||
|
||||
./run/serial.bin -cpu=$CPU_CORES \
|
||||
-cpu_arch="$CPU" \
|
||||
-cpu_arch=\"${CPU}\" \
|
||||
-buildnumber=42962 \
|
||||
-vmmts="1679863686" \
|
||||
-hostsn="$HOST_SERIAL" \
|
||||
-guestsn="$GUEST_SERIAL" \
|
||||
-hostsn=\"${HOST_SERIAL}\" \
|
||||
-guestsn=\"${GUEST_SERIAL}\" \
|
||||
-vmmversion="2.6.1-12139" \
|
||||
-guestuuid="ba13a19a-c0c1-4fef-9346-915ed3b98341" > /dev/null 2>&1 &
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user