|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-sound asks for installing alsa-firmware | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Jiří Suchomel <jsuchome> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | locilka |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jiří Suchomel
2008-10-07 13:55:24 UTC
...
> packages without asking, at least when doing automatic configuration (this
> could be checked by GetInstArgs::automatic_configuration() AFAIK).
Yes, good point.
/usr/share/YaST2/modules/GetInstArgs.ycp
/**
* Is the automatic configuraton just in progress?
*
* @return boolean if running the automatic configuration
*/
global boolean automatic_configuration () {
Init();
return args["AutomaticConfiguration"]:false;
}
Fixed in yast2-sound-2.17.7. |