From fdff3518e2a29bd884b36ca8430cdf976a6fc9b6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 6 Feb 2024 21:16:50 +0100 Subject: [PATCH] fix: Remove migrateable property (#18) --- src/proc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proc.sh b/src/proc.sh index ed53fc2..c124f69 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -42,7 +42,6 @@ if [[ "$KVM" != [Nn]* ]]; then if [ -z "$CPU_MODEL" ]; then CPU_MODEL="host" - CPU_FEATURES="$CPU_FEATURES,migratable=no" fi else