Changes between Version 1 and Version 2 of adherelinux/KVM/qemu-pxe
- Timestamp:
- Aug 26, 2011, 1:25:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adherelinux/KVM/qemu-pxe
v1 v2 3 3 這邊我們引用Stan http://superstanwu.blog.ithome.com.tw/post/775/76131 [[br]] 4 4 5 利用指令檢查cpu是否支援,目前的機器幾乎都有支援 6 {{{ 7 egrep '(vmx|svm)' --color=always /proc/cpuinfo 8 }}} 9 應該要出現vmx字眼 10 11 安裝qemu,uml-utilities是為了模擬虛擬網路(tun)及虛擬網卡(tap) 12 {{{ 13 sudo apt-get install vde2 uml-utilities 14 }}}