2 lines
129 B
Bash
Executable file
2 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
qemu-system-x86_64 -netdev user,id=n1,net=10.0.0.5/24,tftp=netboot,bootfile=/boot.bin -device virtio-net-pci,netdev=n1
|