[Fedora-livecd-list] Getting around the anaconda bug

Jerry Vonau jvonau at shaw.ca
Wed Sep 1 09:16:19 UTC 2010


On Wed, 2010-09-01 at 12:44 +0530, Arun SAG wrote:
> 
> 
> On Wed, Sep 1, 2010 at 2:53 AM, James Heather <j.heather at surrey.ac.uk>
> 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





More information about the livecd mailing list