1. I switched from addons with 10.0 to patterns with 10.2 but it does not work as expected. If I use patterns and additional packages then autoinstall tries to install packages first which will fail of course as vital files are missing (sh, libz ...). Patterns are only installed correctly if I remove all additional <package> definitions. Expl : <software> <patterns config:type="list"> <pattern>base</pattern> <pattern>kde</pattern> </patterns> </software> will install base + kde but <software> <patterns config:type="list"> <pattern>base</pattern> <pattern>kde</pattern> </patterns> <packages config:type="list"> <package>lynx</package> </packages> </software> will try to install lynx first and fails miserably. What do I miss ? 2. With 9.3 I could set for grub : <global_entry> <key>timeout</key> <value config:type="integer">8</value> </global_entry> which did not work for 10.0 any longer. What do I miss here ? Hope someone can help me. Henrik Schmidt -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org