Bug 158834 - Software selection in autoyast
Summary: Software selection in autoyast
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: AutoYaST (show other bugs)
Version: Beta 8
Hardware: i386 Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Uwe Gansert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 22:00 UTC by Andreas Vetter
Modified: 2006-03-17 08:48 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.