fix: Remove migrateable property (#18)

This commit is contained in:
Kroese 2024-02-06 21:16:50 +01:00 committed by GitHub
parent 2862a14363
commit fdff3518e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,6 @@ if [[ "$KVM" != [Nn]* ]]; then
if [ -z "$CPU_MODEL" ]; then
CPU_MODEL="host"
CPU_FEATURES="$CPU_FEATURES,migratable=no"
fi
else