On Wed, 2010-09-01 at 12:44 +0530, Arun SAG wrote:
> 
> 
> On Wed, Sep 1, 2010 at 2:53 AM, James Heather <[email protected]>
> wrote:
>         
>         
>         
>         >%post --nochroot
>         >yum -y --installroot="$INSTALL_ROOT" downgrade NetworkManager
>         >%end
>         
>         >Let me know how you get on...
>         
>         
>         
>         
> 
> Tried this sadly the dependency has failed http://fpaste.org/c6ya/

You could try
yum -y --installroot="$INSTALL_ROOT" downgrade NetworkManager*
note the wildcard, should cover NetworkManager-glib

or (all on one line)
yum -y --installroot="$INSTALL_ROOT" downgrade 
NetworkManager  NetworkManager-glib

Jerry



--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to