Tags: fix, patch

Following the discussion on
http://www.mail-archive.com/[email protected]/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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to