mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-02-12 10:41:51 +00:00
Required KVM parameter fix. No idea how it's been absent for this long.
This commit is contained in:
parent
8fb4c56799
commit
4ac0bf163d
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ sudo yum install libvirt qemu-kvm
|
|||
sudo systemctl enable libvirtd.service
|
||||
sudo systemctl enable virtlogd.service
|
||||
|
||||
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
|
||||
|
||||
sudo modprobe kvm
|
||||
|
||||
# reboot
|
||||
|
|
Loading…
Reference in a new issue