Skip to content

Commit

Permalink
Merge pull request #392 from NethServer/master
Browse files Browse the repository at this point in the history
Enable groups in yum command
  • Loading branch information
gsanchietti committed Dec 20, 2018
2 parents ad92353 + f9ecae2 commit 99b3ace
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 99b3ace

Please sign in to comment.