From: NeilBrown Date: Sun, 27 Feb 2011 22:28:32 +0000 (+1100) Subject: Change 'kvm' to 'qemu-kvm'. X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=658c4ff287711dfefab699c56bfe78f322f4ca40;p=LaFS.git Change 'kvm' to 'qemu-kvm'. openSUSE seem to use a different name to Debian.. Signed-off-by: NeilBrown --- diff --git a/test/runtty b/test/runtty index b92439f..e252280 100644 --- a/test/runtty +++ b/test/runtty @@ -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 \