https://bugzilla.novell.com/show_bug.cgi?id=397528 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=397528#c1 --- Comment #1 from Marcus Schaefer <ms@novell.com> 2008-07-03 03:27:35 MDT --- I have reworked the code and the XML to address this problem. The new definition uses a single section for VMware and a single section for Xen. Here is an example: <vmwareconfig memory="512" arch=%arch> <vmwaredisk controller="ide" id="0"/> <vmwarenic driver="e1000" interface="0" mode="bridged" /> </vmwareconfig> and for Xen <xenconfig memory="512"> <xendisk device="/dev/sda"/> </xenconfig> - I'm sure there are still some parts missing but with the new sections it's easier to implement the missing parts - For VMware there is also the %arch macro available which automatically applies the correct values, even though I don't know all arch specific options we can add them if required I'm still writing a xsl conversion template because the change is incompatible to the current 2.0 XML schema.... stay tuned I need some help from Thomas Schraitle ;) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.