summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* No longer set cachedir since the rebased yum won't let us (#497288).Chris Lumens2009-04-281-11/+2
* Remove the name check on driver disk packages (#472951).Chris Lumens2008-11-251-12/+5
* Enable the DD repository if the DD autodetection feature was used (#316631)Martin Sivak2008-11-101-1/+1
* Fix all trivial (1 liner fixes) errors found by pychecker (#469730)Hans de Goede2008-11-061-1/+1
* Fix the test for if we should remove the Virt group (#462907).Chris Lumens2008-09-231-1/+1
* Use iutil.inXen everywhere we need to test for xen-ness.Chris Lumens2008-09-111-1/+1
* Add virtio drives to multipath blacklistMark McLoughlin2008-07-281-1/+1
* Leftover bits of encrypted block device support. (#229865)David Lehman2008-07-091-0/+1
* Don't show the virtualization option if we are in Xen or in Vmware. (#258441)Joel Andres Granados2008-06-181-6/+3
* yum.remove removes installed packages, not to be installed packages (#442325)Martin Sivak2008-05-291-5/+23
* Allow removing packages by glob now that yum supports it. (#442325)Martin Sivak2008-05-191-13/+7
* Don't rebuild the initrds if no modules were installed (#439379).Chris Lumens2008-04-021-1/+1
* The error list is in value. (#437813)Joel Andres Granados2008-04-011-1/+1
* Don't explicitly call tssetup/rpmsetup anymore (#433028).Chris Lumens2008-02-211-2/+0
* Update patch for 280101 to take old style pykickstart into account.Chris Lumens2008-01-221-29/+30
* Use input %packages section for anaconda-ks.cfg (#280101)Martin Sivak2007-11-221-1/+5
* Rework driver update disk installation a bit. Now, we install module packagesChris Lumens2007-09-111-29/+37
* Correct setting addon repository names (#206152).Chris Lumens2007-08-241-1/+1
* * yuminstall.py: backport of handling for "no more mirrors" errorsdlehman2007-08-231-65/+81
* * yuminstall.py (selectBestKernel): select appropriate kernel develdlehman2007-08-171-0/+5
* only skip depsolving on redhat-lsb if it's not the only thing left (#248195)Peter Jones2007-07-161-1/+6
* - propogate "nodmraid" to mkinitrd so we don't regress with the changesPeter Jones2007-07-111-0/+13
* * yuminstall.py (YumBackend.doPreInstall): Skip WWID gathering if weDavid Cantrell2007-07-091-0/+1
* * yuminstall.py (YumBackend.doPreInstall): Skip WWID gathering if weDavid Cantrell2007-07-091-7/+19
* * yuminstall.py (YumBackend.doPreInstall): Make sure existingDavid Cantrell2007-07-091-30/+49
* * yuminstall.py (YumBackend.doPreInstall): Read default multipath.confDavid Cantrell2007-07-061-2/+20
* * yuminstall.py (YumBackend.doPreInstall): Read default multipath.confDavid Cantrell2007-07-061-12/+29
* - install the PAE kernel when applicable (#207573).Peter Jones2007-07-061-1/+16
* * backend.py (AnacondaBackend.doPostInstall): Remove multipath postDavid Cantrell2007-07-051-0/+158
* Update driver disk code to use the new driver disk repo model (#213318).Chris Lumens2007-06-291-5/+63
* Set self.addon to fix traceback when writing out anaconda-ks.cfg file (#246084).Chris Lumens2007-06-281-1/+2
* Add a method to write out repo lines to the anaconda-ks.cfg file for allChris Lumens2007-06-271-5/+18
* Fix for yum 3.2.1 not making header dir any more since we still need headersChris Lumens2007-06-271-0/+5
* Moved patch from dist-cvs to this cvs so I can move it back to dist-cvs.David Cantrell2007-06-261-1/+1
* * yuminstall.py (AnacondaYum.doConfigSetup): set up and use plugins (#241412)dlehman2007-06-251-0/+6
* * yuminstall.py (AnacondaYum.doConfigSetup): Add logging for yumDavid Cantrell2007-05-171-1/+5
* Handle errors resulting from malformed repositories (#219274).Chris Lumens2007-05-021-1/+10
* Make the %packages section of the generated kickstart file match the UIChris Lumens2007-05-011-7/+39
* * gui.py (InstallKeyWindow): populate fields appropriately and grabdlehman2007-03-231-1/+1
* - For some reason it's "kernel-PAE" instead of "kernel-pae" (#223491)anaconda-11.1.2.34-1Peter Jones2007-01-241-1/+1
* - Add kernel-pae to our list of kernel packages.anaconda-11.1.2.33-1Peter Jones2007-01-231-1/+2
* * yuminstall.py (doPostSelection): remove packages added to solvedlehman2007-01-161-1/+8
* - make yum use anaconda's loggers.Peter Jones2007-01-161-0/+3
* * yuminstall.py (doPostSelection): don't pop the depsolver progressdlehman2007-01-151-1/+0
* Resolves: 214747, 218909Paul Nasrat2006-12-221-1/+10
* Remove debug log callPaul Nasrat2006-11-301-1/+0
* Backport fix for text language selection (#215867)Paul Nasrat2006-11-171-3/+2
* 2006-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-161-3/+4
* Use disc url and split media style install for ftp/http loopback mount setupsPaul Nasrat2006-11-031-6/+26
* Disable keepalive since it seems to be broken and leaking file descriptorsChris Lumens2006-10-271-1/+3