fix incorrect value for boot order set

This commit is contained in:
ronivay
2021-07-19 12:42:35 +03:00
parent c383d0192a
commit a3d160b679

View File

@@ -160,7 +160,7 @@ function VMImport {
fi
xe vm-param-remove uuid="$uuid" param-name=HVM-boot-params param-key=order
xe vm-param-set uuid="$uuid" HVM-boot-params:"order: c"
xe vm-param-set uuid="$uuid" HVM-boot-params:"order=c"
echo
echo "Starting VM..."