Running image in background

This commit is contained in:
vandomej 2025-09-30 17:38:00 -07:00
parent 8f5ac6bfb5
commit 69651cbd91

View file

@ -89,8 +89,7 @@ qemu-system-aarch64 \\
-cdrom "$iso_path" \\ -cdrom "$iso_path" \\
-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 \\ -daemonize
-serial mon:stdio
EOF EOF
chmod +x "$script_path" chmod +x "$script_path"