5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
qemu-system-x86_64 -d int,cpu_reset,guest_errors -bootp tftp://10.0.2.2/pxelinux.0 -tftp ./
|
||
|
|