[email protected] a écrit :
> I have some packages that I can't seem to exclude. I add the following lines
> to my kickstart file...
>
> -samba-common
> -samba-winbind
>
> When I build the LiveCD these packages are installed anyway. So I tried to
> figure out what was pulling them in. "rpm -q --whatrequires" reports that
> samba-common is required by samba-winbind but samba-winbind is not required
> by any package. S
>
> Does anybody have any ideas what i might be doing wrong?
I had a similar issue (try to exclude mkinitrd...) and found the patch
below quite useful. Lowering "9" will produce even more logs.
--- /usr/lib/python2.5/site-packages/imgcreate/creator.py 2009/04/14
10:35:54 1.1
+++ /usr/lib/python2.5/site-packages/imgcreate/creator.py 2009/04/21
12:44:53
@@ -645,6 +645,10 @@
rpm.addMacro("_install_langs", kickstart.inst_langs(self.ks))
try:
+ # log levels are defined in logging/__init.py__
+ # and refined levels in site-packages/yum/logginglevels.py
+ logging.getLogger("yum.YumBase").setLevel(9)
+ logging.getLogger("yum.verbose.YumBase").setLevel(9)
self.__select_packages(ayum)
self.__select_groups(ayum)
self.__deselect_packages(ayum)
--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list