# virt-install \ --network bridge:br0 \ --name vm1 \ --ram 1024 \ --disk path=/dev/vg_cluster/lv_vm1 \ --location http://192.168.0.254/pub/os/fc12/ \ --nographics \ --os-type linux \ --os-variant fedora12 \ --extra-args 'console=xvc0 ksdevice=br0 \ ks=http://192.168.0.254/pub/ks/vm1.cfg'