Skip to content

Commit

Permalink
Enable groups in yum command
Browse files Browse the repository at this point in the history
  • Loading branch information
filippocarletti committed Dec 20, 2018
1 parent ad92353 commit ce18dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator-manual/en/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doesn't provide a Web interface for it.

Virtualization software can be installed and started using the command line, just execute: ::

yum install @virtualization-hypervisor @virtualization-tools @virtualization-platform
yum install --setopt=base.enablegroups=1 @virtualization-hypervisor @virtualization-tools @virtualization-platform
systemctl enable libvirtd
systemctl start libvirtd

Expand Down

0 comments on commit ce18dfa

Please sign in to comment.