summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3760487..e1ffbbe 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ run-qemu: all
echo XDOTOOL HACK...&& sleep 0.2 && xdotool search --name "QEMU" windowsize 100 100 && echo XDOTOOL HACK END. &
$(QEMU) -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio \
-net nic,model=e1000 \
- -net tap,ifname=tap0
+ -net tap,ifname=tap0,script=no,downscript=no
#-net dump,file=./netfool
run-qemu-16: all
@@ -198,7 +198,7 @@ run-qemu-debug: all
echo XDOTOOL HACK...&& sleep 0.2 && xdotool search --name "QEMU" windowsize 100 100 && echo XDOTOOL HACK END. &
$(QEMU) -s -S -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio \
-net nic,model=e1000 \
- -net tap,ifname=tap0
+ -net tap,ifname=tap0,script=no,downscript=no
#-net dump,file=./netfool \
monitor:
echo XDOTOOL HACK...&& sleep 0.2 && xdotool search --name "QEMU" windowsize 100 100 && echo XDOTOOL HACK END. &