3 lines
129 B
Bash
3 lines
129 B
Bash
|
|
#!/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
|