Le 26. 04. 12 12:13, Richard W.M. Jones a écrit :

Yes I'm aware of what virtio is.  The script is wrong though:

extra="bus=virtio"
[...]
virt-install -n $name -r 8192 \
   $cpus $type $variant $disk $location $graphics $extra $network

Rich.


Sorry, but what is wrong? The way I write the argument? I do not see any diff between what I wrote and the example given in the debianwiki:


virt-install -d --name=lin01-quake --ram 512 --disk path=/dev/vg0/lin01-boot,bus=virtio,cache=none

Should be something like this :

bus="virtio"
> [...]
> virt-install -n $name -r 8192 \
>    $cpus $type $variant $disk $location $graphics $bus $network

??

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to