Changes between Version 9 and Version 10 of howto/Virtualisation


Ignore:
Timestamp:
05/08/12 11:56:30 (12 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/Virtualisation

    v9 v10  
    128128== Nieuwe virtuele machine aanmaken ==
    129129
     130In dit voorbeeld gaan we een Windows 2003 server als guest installeren onder KVM:
    130131
     132{{{
     133virt-install --connect qemu:///system --virt-type kvm --name windows1 --ram 2048 --disk path=/home/system/kvm/windows1.img,format=qcow2,size=40 --graphics vnc  --cdrom /home/system/isos/2003R2.iso --os-variant win2k --network bridge=kvmbr3
     134
     135}}}