mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-21 21:07:20 +00:00
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 <gaowanlong@cn.fujitsu.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user