doc/kvm.md in veewee-0.3.10 vs doc/kvm.md in veewee-0.3.11
- old
+ new
@@ -19,10 +19,10 @@
# kvm_ok or kvm-ok command (on Ubuntu at least)
$ kvm_ok
# or look for vmx or svm in /proc/cpuinfo
- $ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
+ $ grep '^flags' /proc/cpuinfo | grep -E --color '(vmx|svm)'
The kernel modules needed are the following: `kvm`, `kvm_intel` or `kvm-amd`.
### Storage Pool