Implementing telnet server, fixes everywhere
[tpg/acess2.git] / RunQemu
diff --git a/RunQemu b/RunQemu
index a07a91b..10776d5 100755 (executable)
--- a/RunQemu
+++ b/RunQemu
@@ -31,6 +31,9 @@ while [ $# -ne 0 ]; do
                shift
                QEMU_PARAMS=$QEMU_PARAMS" "$1
                ;;
+       -fwd)
+               _NETTYPE=$_NETTYPE",hostfwd=tcp::10023-10.0.2.10:23"
+               ;;
        -tuntap)
                _NETTYPE="tap"
        esac

UCC git Repository :: git.ucc.asn.au