summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Make doMethodComplete not depend on the yum backendJeremy Katz2007-12-171-0/+19
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-5/+13
* Avoid unnecessary downloading and caching by not setting mediaid (#422801).Chris Lumens2007-12-141-1/+1
* Don't copy the stage2 image over for NFS installs.Chris Lumens2007-12-141-22/+25
* Allow going back to package selection after transaction errors.Chris Lumens2007-12-141-2/+8
* Add file conflicts to the transaction errors we show the user.Chris Lumens2007-12-141-14/+30
* makeDevInode no longer exists.Chris Lumens2007-12-101-2/+0
* Fix indentationJeremy Katz2007-12-101-2/+2
* Just drop driver disks into /tmp instead of /tmp/ramfsJeremy Katz2007-12-061-1/+1
* Add a place to list required media now that the confim screen is gone.Chris Lumens2007-12-051-0/+14
* Fix up the livecd to no longer use an InstallMethod.Chris Lumens2007-12-051-2/+2
* Clean up error reporting.Chris Lumens2007-12-051-13/+4
* methodstr cleanups.Chris Lumens2007-12-051-16/+19
* Make split media image installs work.Chris Lumens2007-12-051-17/+162
* Remove __init__ method that's duplicated in yum.Chris Lumens2007-12-051-7/+0
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-2/+2
* Fix a typo.Chris Lumens2007-11-281-1/+1
* Fix printing of added repo URLs so they don't show up as None in the log.Chris Lumens2007-11-281-2/+2
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-1/+1
* Make --excludedocs work again (#401651).Chris Lumens2007-11-271-1/+4
* Remove _undoDepInstalls method that's already in yum.Chris Lumens2007-11-201-6/+0
* Clarify error message a bit (#376651).Chris Lumens2007-11-191-4/+4
* Fix display of package names in non-English text installs (#376231).Chris Lumens2007-11-191-1/+1
* fully handle pae kernel (#388231)Jeremy Katz2007-11-191-2/+4
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-0/+2
* check RHupdates for yum plugins and plugin configsDavid Lehman2007-11-161-2/+4
* The package providing lokkit has changed names.Chris Lumens2007-10-261-1/+1
* Don't traceback when offering the choice to retry on a failed mirror (#349371).Chris Lumens2007-10-231-1/+1
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-231-11/+45
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-2/+4
* 2007-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-041-0/+1
* * yuminstall.py (AnacondaCallback.callback): Look for packages inJeremy Katz2007-09-251-2/+13
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-211-2/+0
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-211-5/+0
* * yuminstall.py (YumBackend.doRepoSetup): catch the exception stringdlehman2007-09-171-1/+1
* 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