File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ echo " If you see other outputs with vmx or svm, then you can enable kvm on Linux."
2
+ cat /proc/cpuinfo | egrep " vmx|svm"
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # This script is originally from developer.google.com.
3
+ # I do not make sure its usability.
4
+ sudo apt-get install cpu-checker
5
+ egrep -c ' (vmx|svm)' /proc/cpuinfo
6
+ kvm-ok
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ sudo dnf install qemu-kvm libvirt* bridge-utils virt-install libguestfs-tools
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # This script is originally from developer.google.com.
3
+ # I do not make sure its usability.
4
+ sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils ia32-libs-multiarch
You can’t perform that action at this time.
0 commit comments