Bugzilla – Bug 158834
Software selection in autoyast
Last modified: 2006-03-17 08:48:43 UTC
Software selection in autoyast does not make it into xml file. Open yast2 - miscellaneous - autoinstallation Click software - package selection click configure choose "standard system with kde" (or any other) click next click view - source Result: The xml contains nothing about software You can also use detailed selection, choose Filter: selections and check several selections. They also will not make it into the xml. You can also select a single package additionally, it won't show up in the xml.
I fixed that already for beta9. You can fix that by yourself to do further testing by changing line 160 in /usr/share/YaST2/clients/software_auto.ycp from: any ret = nil; to ret = nil; That should fix it.