]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - novaboot
Replace qemu with qemu-system-i386
[novaboot.git] / novaboot
index d9412ad1d3918c7e0d2b74254dbe8e7a4bf3c814..ddb2192d592d68b06ee5f73afe27ee576dc70a10 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -40,7 +40,7 @@ my $invocation_dir = $ENV{PWD} || getcwd();
 $CFG::hypervisor = "";
 $CFG::hypervisor_params = "serial";
 $CFG::genisoimage = "genisoimage";
-$CFG::qemu = 'qemu -cpu coreduo -smp 2';
+$CFG::qemu = 'qemu-system-i386 -cpu coreduo -smp 2';
 $CFG::default_target = 'qemu';
 %CFG::targets = (
     'qemu' => '--qemu',