Changes between Version 2 and Version 3 of KVM/install


Ignore:
Timestamp:
Sep 27, 2010, 3:29:23 PM (14 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KVM/install

    v2 v3  
    2626 * 只需一行指令即可安裝
    2727{{{
    28 aptitude install kvm libvirt-bin virtinst
     28sudo apt-get install kvm libvirt-bin virtinst qemu-kvm bridge-utils vtun
    2929}}}
    3030----
    3131= 【操作】 =
    3232== [製作 VM Image] ==
    33 
     33{{{
     34qemu-img create -f qcow2 a.img 10G
     35sudo kvm/qemu-system-x86_64 -cdrom /home/user/xp.iso -hda a.img -boot d -m 1024 -localtime -net nic -net tap
     36sudo kvm/qemu-system-x86_64 -hda a.img -m 1024 -net nic -net tap
     37}}}
    3438----
    3539= 【Reference】 =