- check if you processor supports virtualization
# egrep 'vmxx|svm' /proc/cpuinfo  -i 1>&2> /dev/null && echo 'virtualization
support avaiable' || echo 'support unavailable'

- installation
# yum install @kvm

the command to manage the guests is virsh, virt-install to install new
guests,  and others virt-*, also I advice you look libguestfs.



- -
iarlyy selbir

:wq!



On Fri, Jan 21, 2011 at 11:39 AM, mattias <m...@mjw.se> wrote:

> How to run kvm on fedora 13
> I tryed
> Kvm
> But
> Kvm command not found
> I will not use virt-manager
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to