Hi, I'm trying to get SLED 10 RC3 to be installed with Autoyast. At the point where Autoyast configures the software selections I get this error message: Warning: Could not set patterns or selections: Basis-Devel, apparmor, ccb, desktop-base, desktop-gnome, desktop-kde, documentation, x11 The software section of the Autoyast XML file is: <software> <patterns config:type="list"> <pattern>desktop-base</pattern> <pattern>ccb</pattern> <pattern>documentation</pattern> <pattern>desktop-kde</pattern> <pattern>desktop-gnome</pattern> <pattern>apparmor</pattern> <pattern>apparmor</pattern> <pattern>Basis-Devel</pattern> <pattern>x11</pattern> </patterns> </software> Which is the new syntax of SLES 10 with patterns instead of selections and without <configure> and <install> sections anymore. Is this a known bug or am I doing something wrong? Bye Bernd