[Ovirt-devel] [PATCH] [RESEND] Add additional blacklisting and rpm removal to managed node

Alan Pevec apevec at redhat.com
Tue Jul 8 08:33:00 UTC 2008


Perry Myers wrote:
> NOTE: This patch is revised from my patch last week.  I incorporated 
> suggestions from Chris regarding reinclusion of some kernel modules and
> fixed an issue with i386 builds by not wiping out /lib/security.  With
> this patch both i386 and x86_64 managed nodes boot and work.

ACK for that, just few things I missed before:
 
> +# XXX anaconda/timezone.py does it, missing in imgcreate/kickstart.py
> +cp /usr/share/zoneinfo/UTC /etc/localtime

this is fixed in livecd-tools-017.1:
- Handle copying timezone to /etc/localtime (#445624)
so we could remove it from here and add BuildRequires: livecd-tools >= 017.1
in ovirt-host-image.spec

> +echo "Removing blacklisted files and directories"
...
> +    /usr/lib64/pango /usr/lib64/libpango* /etc/pango /usr/bin/pango*"

I don't see /usr/lib/pango/ in the blacklist - in general, to avoid 32/64 idiosyncrasies  we could use /usr/lib{,64}/pango /usr/lib{,64}/libpango* ...




More information about the ovirt-devel mailing list