Tags: fix, patch

Following the discussion on
http://www.mail-archive.com/qemu-de...@nongnu.org/msg22777.html
I added -nodefaults to the invocation in the source code of
qemubuilder which then showed the output on the console
as anticipated.

qemubuilder.c of the cowdancer package:

       argv[argc++]=strdupa(qemu);
       argv[argc++]="-nographic";
+      argv[argc++]="-nodefaults";
       argv[argc++]="-M";
       argv[argc++]=strdupa(machine);
       argv[argc++]="-m";

Thanks

Steffen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to