> diff --git a/pyanaconda/packages.py b/pyanaconda/packages.py > index 7d88d06..079dd67 100644 > --- a/pyanaconda/packages.py > +++ b/pyanaconda/packages.py > @@ -72,6 +72,7 @@ def copyAnacondaLogs(anaconda): > ("/tmp/X.log", "anaconda.xlog"), > ("/tmp/program.log", "anaconda.program.log"), > ("/tmp/storage.log", "anaconda.storage.log"), > + ("/tmp/ifcfg.log", "anaconda.ifcfg.log"), > ("/tmp/yum.log", "anaconda.yum.log")): > if os.access(fn, os.R_OK): > try: Do we really need this log on the filesystem post-installation? Also, it might be worth considering making /var/log/anaconda/ and putting all this stuff in there. We're starting to make a bigger and bigger mess in /var/log. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list