FreeBSD8 Guest on Ubuntu KVM

Sometimes I just get plain excited things workout like they are supposed to. Shout out to my Christmas success on getting FreeBSD 8.0 Provisioned and cloned on KVM…

Here is the command I used:

sudo virt-install
// --connect qemu:///system
// -n bsd8
// -r 512
// --vcpus=2
// -s 12 -f BSD80.gcow2
// -c 8.0-RELEASE-i386-disc1.iso
// --vnc --noautoconsole
// --accelerate --network=bridge:br0
// --hvm

One lonely Beastie I Be.