]> git.neil.brown.name Git - LaFS.git/commitdiff
Change 'kvm' to 'qemu-kvm'.
authorNeilBrown <neilb@suse.de>
Sun, 27 Feb 2011 22:28:32 +0000 (09:28 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 27 Feb 2011 22:28:32 +0000 (09:28 +1100)
openSUSE seem to use a different name to Debian..

Signed-off-by: NeilBrown <neilb@suse.de>
test/runtty

index b92439fb7c70f86a47ca2948552872b3c517fdc8..e252280ed7f50949cc8d618cbc225725dfd79a0a 100644 (file)
@@ -13,7 +13,7 @@ rm -f /tmp/tftp
 ln -s $dir /tmp/tftp
 # -serial stdio  or  -nographic
 # change tty choice in 'go' too.
-kvm -hda hda -hdb $dir/../../code2/fred -hdc $dir/../../code2/frog \
+qemu-kvm -hda hda -hdb $dir/../../code2/fred -hdc $dir/../../code2/frog \
   -no-reboot \
   -net nic,model=ne2k_pci -net user \
   -m 256 -nographic \