Re: [libvirt-users] centos6.0 unable to install guests w/ kickstart via virt-install

2 Aug
2011
2 Aug
'11
4:50 p.m.
Looks like you're missing some backslashes toward the bottom, so virt-install wouldn't see anything past "os-variant". Here's mine (adding the ttyS0 allows looking at it on the cli with "virsh console" as well): virt-install \ --name=myhost \ --connect qemu:///system \ --disk path=/data/virt/guest$$,size=20,bus=virtio \ --vcpus=2 --ram=1024 \ --graphics vnc,keymap=en-us \ --autostart \ --location=http://example.org/ks/el6/x86_64/ \ -x "console=ttyS0,115200 ks=http://example.org/ks/myhost.cfg" \ --network bridge=br0 \ --os-type=linux \ --os-variant=virtio26
5161
Age (days ago)
5161
Last active (days ago)
0 comments
1 participants
participants (1)
-
JDF. Franklin