From af28a59ac65775b2b3278c94dfa51d4998ab80ad Mon Sep 17 00:00:00 2001 From: vandomej Date: Tue, 30 Sep 2025 17:41:27 -0700 Subject: [PATCH] Preventing fork safety message --- control-plane/vm-setup/create-control-plane-vms.sh | 1 + 1 file changed, 1 insertion(+) 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 \\