Preventing fork safety message
This commit is contained in:
parent
69651cbd91
commit
af28a59ac6
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue