====== Ubuntu kvm ======
Ubuntu Server 8.10 で実行。
* apt-get update
* apt-get install ubuntu-vm-builder
* apt-get install qemu
* apt-get install virt-viewer
* apt-get install ubuntu-virt-mgmt
* apt-get install xenner\\
kvm のみ使う(xen は使わない)場合は、不要かと思います。
* /etc/vmbuilder/libvirt/libvirtxml.tmpl を次のように編集。\\
(変更前)\\
(変更後)\\
* /etc/network/interfaces に br0 と eth0 のブリッジ設定を追加。\\
auto br0
iface br0 inet dhcp
bridge_ports eth0