Browse code

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

Change-Id: Ie3c6df2409385d9c6bbc50b3b1f8b20689478466

Vincent Untz authored on 2017/01/06 19:25:46
Showing 1 changed files
... ...
@@ -73,7 +73,7 @@ back:
73 73
 ::
74 74
 
75 75
     sudo rmmod kvm-amd
76
-    sudo sh -c "echo 'options amd nested=1' >> /etc/modprobe.d/dist.conf"
76
+    sudo sh -c "echo 'options kvm-amd nested=1' >> /etc/modprobe.d/dist.conf"
77 77
     sudo modprobe kvm-amd
78 78
 
79 79
 Ensure the Nested KVM Kernel module parameter for AMD is enabled on the