]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Replace qemu with qemu-system-i386
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 23 Apr 2014 19:18:51 +0000 (21:18 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 23 Apr 2014 19:18:51 +0000 (21:18 +0200)
Even Debian removed backward compatibility symlink from qemu to
qemu-system-i386, so we have to replace the default configuration.

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',