mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-20 16:01:27 +02:00
Required KVM parameter fix. No idea how it's been absent for this long.
This commit is contained in:
@@ -272,6 +272,8 @@ sudo yum install libvirt qemu-kvm
|
|||||||
sudo systemctl enable libvirtd.service
|
sudo systemctl enable libvirtd.service
|
||||||
sudo systemctl enable virtlogd.service
|
sudo systemctl enable virtlogd.service
|
||||||
|
|
||||||
|
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
|
||||||
|
|
||||||
sudo modprobe kvm
|
sudo modprobe kvm
|
||||||
|
|
||||||
# reboot
|
# reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user