Fix typo in commands to enable nested KVM with kvm-amd

Change-Id: Ie3c6df2409385d9c6bbc50b3b1f8b20689478466
This commit is contained in:
Vincent Untz 2017-01-06 11:25:46 +01:00
parent 7ec59a017a
commit 09698d0e0e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ back:
::
sudo rmmod kvm-amd
sudo sh -c "echo 'options amd nested=1' >> /etc/modprobe.d/dist.conf"
sudo sh -c "echo 'options kvm-amd nested=1' >> /etc/modprobe.d/dist.conf"
sudo modprobe kvm-amd
Ensure the Nested KVM Kernel module parameter for AMD is enabled on the