Buildroot-based VPN server
This commit is contained in:
3
qemu.sh
Executable file
3
qemu.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
qemu-system-i386 -cpu athlon -m 256 -nographic -serial mon:stdio -net nic,model=rtl8139 -net tap,helper=/usr/lib/qemu/qemu-bridge-helper -kernel buildroot/output/images/bzImage -initrd buildroot/output/images/rootfs.cpio.xz --append console=ttyS0
|
||||
Reference in New Issue
Block a user