diff --git a/control-plane/vm-setup/create-control-plane-vms.sh b/control-plane/vm-setup/create-control-plane-vms.sh index 86ab0ba..67a2707 100755 --- a/control-plane/vm-setup/create-control-plane-vms.sh +++ b/control-plane/vm-setup/create-control-plane-vms.sh @@ -78,6 +78,7 @@ create_vm_script() { # Use a function to escape the variables cat > "$script_path" << EOF #!/bin/bash +export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES \\ qemu-system-aarch64 \\ -name "$vm_name" \\ -machine virt,highmem=off \\