Added leading space to lists for asciidoc

This commit is contained in:
Andrew Burden 2017-12-14 09:49:59 +05:30
parent afa0dd01f4
commit c3d0faeca6

View file

@ -19,6 +19,7 @@ Y
== Enabling nested virtualization == Enabling nested virtualization
To enable nested virtualization for Intel processors: To enable nested virtualization for Intel processors:
. Shut down all running VMs and unload the `kvm_probe` module: . Shut down all running VMs and unload the `kvm_probe` module:
+ +
---- ----
@ -36,6 +37,7 @@ options kvm_intel nested=1
---- ----
To enable nested virtualization for AMD processors: To enable nested virtualization for AMD processors:
. Shut down all running VMs and unload the `kvm_amd` module: . Shut down all running VMs and unload the `kvm_amd` module:
+ +
---- ----