Bug 158834

Summary: Software selection in autoyast
Product: [openSUSE] SUSE Linux 10.1 Reporter: Andreas Vetter <vetter>
Component: AutoYaSTAssignee: Uwe Gansert <ug>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: asklein
Version: Beta 8   
Target Milestone: ---   
Hardware: i386   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Vetter 2006-03-16 22:00:01 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.
Comment 1 Uwe Gansert 2006-03-17 08:48:43 UTC
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.