- # we really started writing modprobe.conf out before things were
- # all completely ready. so now we need to nuke old modprobe.conf's
- # if you're upgrading from a 2.4 dist so that we can get the
- # transition right
- if (os.path.exists(anaconda.rootPath + "/etc/modules.conf") and
- os.path.exists(anaconda.rootPath + "/etc/modprobe.conf") and
- not os.path.exists(anaconda.rootPath + "/etc/modprobe.conf.anacbak")):
- log.info("renaming old modprobe.conf -> modprobe.conf.anacbak")
- os.rename(anaconda.rootPath + "/etc/modprobe.conf",
- anaconda.rootPath + "/etc/modprobe.conf.anacbak")
-
dirList = ['/var', '/var/lib', '/var/lib/rpm', '/tmp', '/dev', '/etc',
'/etc/sysconfig', '/etc/sysconfig/network-scripts',
'/etc/X11', '/root', '/var/tmp', '/etc/rpm', '/var/cache',
--
1.7.1.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
10-19-2010, 12:15 AM
"Brian C. Lane"
We don't need to worry about 2.4 -> 2.6 updates anymore.
On Mon, Oct 18, 2010 at 03:56:08PM -0400, Chris Lumens wrote:
> ---
> pyanaconda/yuminstall.py | 11 -----------
> 1 files changed, 0 insertions(+), 11 deletions(-)
>
> diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py
> index 3b98f41..5caecd8 100644
> --- a/pyanaconda/yuminstall.py
> +++ b/pyanaconda/yuminstall.py
Ack.
--
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
10-20-2010, 06:51 AM
Jon Masters
We don't need to worry about 2.4 -> 2.6 updates anymore.
On Mon, 2010-10-18 at 17:15 -0700, Brian C. Lane wrote:
> On Mon, Oct 18, 2010 at 03:56:08PM -0400, Chris Lumens wrote:
> > ---
> > pyanaconda/yuminstall.py | 11 -----------
> > 1 files changed, 0 insertions(+), 11 deletions(-)
> >
> > diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py
> > index 3b98f41..5caecd8 100644
> > --- a/pyanaconda/yuminstall.py
> > +++ b/pyanaconda/yuminstall.py
>
> Ack.
Thanks guys.
Jon.
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list