summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fix name of modules.Chris Lumens2007-09-111-1/+1
* Make driver disk package selection more generic because there could be -smp,Chris Lumens2007-09-101-21/+22
* Don't always select xen kmod packages for installation as that pulls in the xenChris Lumens2007-09-061-9/+8
* If we did a kickstart install, use the %packages section from the ks fileChris Lumens2007-09-041-1/+5
* Fix setting additional repo names.Chris Lumens2007-08-241-10/+46
* One "disc" media is just a special case of multiple discs.Chris Lumens2007-08-131-17/+12
* switch to using the new yum NoMoreMirrors exception rather than the bits justJeremy Katz2007-08-131-179/+33
* AnacondaYumRepo doesn't need the method anymoreJeremy Katz2007-08-131-3/+2
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-1/+6
* AnacondaCallback doesn't use method anymoreJeremy Katz2007-08-131-3/+2
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-2/+10
* Enable runlevel 5 if kdm is installed, too (#251194).Chris Lumens2007-08-071-1/+1
* 2007-08-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-061-1/+1
* Just kidding.David Cantrell2007-07-261-1/+0
* * yuminstall.py (YumBackend.__init__): Make sure skipFormatRoot isDavid Cantrell2007-07-261-1/+2
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-1/+4
* * yuminstall.py (AnacondaYum.doConfigSetup): set up and initializedlehman2007-07-101-0/+6
* - install the PAE kernel when applicable (#207573).Peter Jones2007-07-061-0/+15
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-2/+2
* The modules listed in extraModules don't end in .ko.Chris Lumens2007-06-291-5/+2
* 2007-06-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-06-271-59/+0
* 2007-06-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-06-271-0/+5
* Add a method to write out repo lines to the anaconda-ks.cfg file for allChris Lumens2007-06-261-5/+19
* Add a bunch of questionable code that implements the new driver diskChris Lumens2007-06-261-14/+64
* Don't write out unicode text to the install log (#243477).Chris Lumens2007-06-151-1/+1
* * image.py (CdromInstallMethod.__init__): don't nuke the timestampdlehman2007-06-041-1/+1
* 2007-05-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-211-2/+2
* 2007-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-171-1/+7
* 2007-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-161-0/+4
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-011-1/+1
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-12/+22
* Fix %packages section for ISO media installs (#231121, 235881).Chris Lumens2007-04-271-1/+8
* Load spufs module on cell (#237725) and remove spufs hack as we should do thePaul Nasrat2007-04-271-3/+0
* Actually mount /spuPaul Nasrat2007-04-261-0/+3
* More error handling in yuminstall.py, largely targeting mirror failover. See ...dlehman2007-04-251-54/+106
* 2007-04-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-231-2/+3
* Lots of changes to fix handling of mirror failures. See ChangeLog for details.dlehman2007-04-201-74/+130
* Don't traceback if there's no packages to update.Chris Lumens2007-04-181-3/+3
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-1/+0
* Convert text from the package header out of Unicode since we can't put thatChris Lumens2007-04-171-2/+2
* Don't write out remove lines for packages that don't exist on the installationChris Lumens2007-04-101-2/+6
* 2007-04-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-031-2/+6
* Correctly detect if there are no more mirrors to try (#232639).Chris Lumens2007-04-031-2/+4
* Remove a couple FIXMEs for things that are now in yum.Chris Lumens2007-03-221-18/+0
* Bring back working method to fix optional package selection for now (#232701).Chris Lumens2007-03-191-1/+17
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-71/+2
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-219/+31
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-30/+55
* Finish up the extended group selection syntax by adding code to deselectChris Lumens2007-02-261-2/+31
* Verify added repositories when the user has gone back to the tasksel screen asChris Lumens2007-02-231-2/+4