Preventing fork safety message

This commit is contained in:
vandomej 2025-09-30 17:41:27 -07:00
parent 69651cbd91
commit af28a59ac6

View file

@ -78,6 +78,7 @@ create_vm_script() {
# Use a function to escape the variables # Use a function to escape the variables
cat > "$script_path" << EOF cat > "$script_path" << EOF
#!/bin/bash #!/bin/bash
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES \\
qemu-system-aarch64 \\ qemu-system-aarch64 \\
-name "$vm_name" \\ -name "$vm_name" \\
-machine virt,highmem=off \\ -machine virt,highmem=off \\