Hi,
before I open another unnecessary bug report I thought I just ask here. I have something like the following in my profile:
<software> <patterns config:type="list">
lots of patterns... ...
</patterns> <remove-packages config:type="list"> <package>rsh</package> <package>beagle-index</package> <package>beagle-gui</package> <package>beagle-evolution</package> <package>kerry</package> <package>kio_beagle</package> <package>kdebase3-beagle</package> <package>beagle</package> </remove-packages> <post-packages config:type="list"> <package>ICAClient</package> </post-packages> </software>
This used to work fine with 10.3 but in 11.0 I can't find any traces of the ICAClient package on the installed system. I also can't find anything about the installlation of post-packages in the y2log*. The package autoyast2 is definitely installed (which was somehow necessary in order to get the <files> section to work). Now, am I doing something wrong again or is this a bug?
Karsten.
On Wednesday 25 June 2008, Karsten Künne wrote:
This used to work fine with 10.3 but in 11.0 I can't find any traces of the ICAClient package on the installed system. I also can't find anything about the installlation of post-packages in the y2log*. The package autoyast2 is definitely installed (which was somehow necessary in order to get the <files> section to work). Now, am I doing something wrong again or is this a bug?
that's a bug https://bugzilla.novell.com/show_bug.cgi?id=404122
On Thursday 26 June 2008 10:28:02 Uwe Gansert imposed structure on a stream of electrons, yielding:
On Wednesday 25 June 2008, Karsten Künne wrote:
This used to work fine with 10.3 but in 11.0 I can't find any traces of the ICAClient package on the installed system. I also can't find anything about the installlation of post-packages in the y2log*. The package autoyast2 is definitely installed (which was somehow necessary in order to get the <files> section to work). Now, am I doing something wrong again or is this a bug?
that's a bug https://bugzilla.novell.com/show_bug.cgi?id=404122
Nice to know. For now I implemented a workaround by using a post-script but a real fix would be preferred, of course.
Thanks, Karsten.
On Thursday 26 June 2008, Karsten Künne wrote:
that's a bug https://bugzilla.novell.com/show_bug.cgi?id=404122
Nice to know. For now I implemented a workaround by using a post-script but a real fix would be preferred, of course.
you can change the control.xml file on the installation source. Replace rpmcopy_secondstage by rpmcopy. That's a workaround that does not require a script but you have to change the inst-source. Might be a matter of taste and if you use a DVD/CD, then changing the inst-source might not be an option for you anyway.
On Thursday 26 June 2008 11:19:43 Uwe Gansert imposed structure on a stream of electrons, yielding:
On Thursday 26 June 2008, Karsten Künne wrote:
that's a bug https://bugzilla.novell.com/show_bug.cgi?id=404122
Nice to know. For now I implemented a workaround by using a post-script but a real fix would be preferred, of course.
you can change the control.xml file on the installation source. Replace rpmcopy_secondstage by rpmcopy. That's a workaround that does not require a script but you have to change the inst-source. Might be a matter of taste and if you use a DVD/CD, then changing the inst-source might not be an option for you anyway.
Yup, that works too. We're doing only network installs so it's easy to change.
Thanks, Karsten.
autoinstall@lists.opensuse.org