From c8481402d3ef45e8b09e73d5f52d733c3d6a58a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Tue, 15 Aug 2017 15:54:34 +0200 Subject: [PATCH] Removed options that are highly dynamic --- .zsh_qemu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zsh_qemu b/.zsh_qemu index 2f0c2be..4e5a5d6 100644 --- a/.zsh_qemu +++ b/.zsh_qemu @@ -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" -- 2.39.5