Update proc.sh
This commit is contained in:
parent
96dba61f0e
commit
6e52249150
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ else
|
|||
KVM_OPTS=" -accel tcg,thread=multi"
|
||||
|
||||
if [ -z "$CPU_MODEL" ]; then
|
||||
if [[ "$ARCH" == "arm"* ]]; then
|
||||
if [[ "${ARCH,,}" == "arm64" ]]; then
|
||||
CPU_MODEL="max,pauth-impdef=on"
|
||||
else
|
||||
CPU_MODEL="$DEF_MODEL"
|
||||
|
|
|
|||
Loading…
Reference in a new issue