5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
qemu-system-x86_64 -bootp tftp://10.0.2.2/pxelinux.0 -tftp ./
|
||
|
|