summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* * yuminstall.py (selectBestKernel): actually select kernel-xen-develdlehman2007-02-231-1/+1
* If /etc/mtab exists, delete it since it might be a symlink (#213818).Chris Lumens2007-02-221-1/+6
* * yuminstall.py: Do not try to import from genheader.David Cantrell2007-02-131-1/+0
* grp is a string, not an object.Chris Lumens2007-02-011-1/+1
* Do a better job about writing out which packages are selected/deselectedChris Lumens2007-02-011-7/+28
* 2007-01-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-291-1/+10
* * yuminstall.py (YumBackend.__init__): We actually do want to beJeremy Katz2007-01-181-1/+1
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-0/+1
* * yuminstall.py (doPostSelection): remove packages added to solvedlehman2007-01-161-2/+8
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-1/+1