Removing daemonize

This commit is contained in:
vandomej 2025-09-30 18:20:47 -07:00
parent b3c038e3ae
commit a5191fe454

View file

@ -105,8 +105,7 @@ OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES qemu-system-aarch64 \\
-netdev user,id=net0 \\ -netdev user,id=net0 \\
-device virtio-net-pci,netdev=net0,mac=$mac_address \\ -device virtio-net-pci,netdev=net0,mac=$mac_address \\
-nographic \\ -nographic \\
-serial mon:stdio \\ -serial mon:stdio
-daemonize
EOF EOF
chmod +x "$script_path" chmod +x "$script_path"