Mailinglist Archive: opensuse-bugs (8080 mails)
| < Previous | Next > |
[Bug 238680] yast2-slp should not needed in minimal installed system
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 2 Feb 2007 07:55:02 -0700 (MST)
- Message-id: <20070202145502.EEF99FBB@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=238680
------- Comment #8 from locilka@xxxxxxxxxx 2007-02-02 07:55 MST -------
AJ: yast2-slp needs to be set as required for inst-sys, All implemented
handling is for not-Mode::installation() because you can't install new package
into inst-sys as you can't check whether such package is in inst-sys.
The only way to check whether SLP module is (probably) included in inst-sys is
to call SCR::Read(.slp, "xyz") and evaluate what it returns. 'nil' could mean
that such agent is not registered, which could mean that it doesn't exist. It
could also return 'nil' for wrong SCR command...
---
Jsuchome: yes, conditional include/import could solve it better but it needs to
be well designed and well coded. The current implementation is just a
fire-starter :) for evaluation...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #8 from locilka@xxxxxxxxxx 2007-02-02 07:55 MST -------
AJ: yast2-slp needs to be set as required for inst-sys, All implemented
handling is for not-Mode::installation() because you can't install new package
into inst-sys as you can't check whether such package is in inst-sys.
The only way to check whether SLP module is (probably) included in inst-sys is
to call SCR::Read(.slp, "xyz") and evaluate what it returns. 'nil' could mean
that such agent is not registered, which could mean that it doesn't exist. It
could also return 'nil' for wrong SCR command...
---
Jsuchome: yes, conditional include/import could solve it better but it needs to
be well designed and well coded. The current implementation is just a
fire-starter :) for evaluation...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |