On Mon, 2007-07-16 at 09:23 +0200, Johan De Wit wrote: > For Xen guest installation, I would like to have the possibility to > install on multiple LVM disks, which reside in dom0, and which are seen > by domU as partitions. > > If I'm not mistaken, by writing a new installclass for anaconda, this > could be made possible ? An installclass isn't going to cut it for this. Fundamentally, the OS doesn't really support random partitions without disks and the fact that Xen exposes such is really pretty broken. You can make each LV show up as an individual disk to the guest, but exposing the partitions isn't going to work like you want. Jeremy