From: Wanlong Gao Date: Sat, 17 Dec 2011 14:43:06 +0000 (+0800) Subject: kvm tools: change the binary name from kvm to lkvm in README X-Git-Tag: next-20111220~3^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a7a4ddb25b00c7779a45ad3db47141877e8c6a52;p=karo-tx-linux.git kvm tools: change the binary name from kvm to lkvm in README README: change the binary name from kvm to lkvm since commit ad3efb18 has already done it. Signed-off-by: Wanlong Gao Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/README b/tools/kvm/README index c262995600d6..d626b777be49 100644 --- a/tools/kvm/README +++ b/tools/kvm/README @@ -73,11 +73,11 @@ linux-0.2.img.bz2 5. And finally, launch the hypervisor: - ./kvm run --disk linux-0.2.img \ + ./lkvm run --disk linux-0.2.img \ --kernel ../../arch/x86/boot/bzImage \ or - sudo ./kvm run --disk linux-0.2.img \ + sudo ./lkvm run --disk linux-0.2.img \ --kernel ../../arch/x86/boot/bzImage \ --network virtio