Changes between Version 9 and Version 10 of howto/Virtualisation
- Timestamp:
- 05/08/12 11:56:30 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/Virtualisation
v9 v10 128 128 == Nieuwe virtuele machine aanmaken == 129 129 130 In dit voorbeeld gaan we een Windows 2003 server als guest installeren onder KVM: 130 131 132 {{{ 133 virt-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 }}}