diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2017-08-15 15:54:34 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2017-08-15 15:54:34 +0200 |
commit | c8481402d3ef45e8b09e73d5f52d733c3d6a58a6 (patch) | |
tree | 35a5afe3d0976c4761fac2dc146c83d293174b14 | |
parent | 7d2f2b579be951da7d3ca1f84c03e5ea514f8c07 (diff) |
Removed options that are highly dynamic
-rw-r--r-- | .zsh_qemu | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,10 +1,6 @@ alias q2g_vde="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \ - -nographic \ - -net nic,vlan=1 \ -net vde,vlan=1,sock=/var/run/vde2/vsw0.ctl" alias q2g_br="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \ - -nographic \ - -net nic,vlan=0 \ -net tap,ifname=tap0,vlan=0,script=no,downscript=no" |