summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fix up silly syntax error that crept in to this commitJeremy Katz2008-04-151-1/+1
* Expire yum caches on upgrade (#374921)Jeremy Katz2008-04-151-0/+9
* Don't cause the text to flicker between installed packages.Chris Lumens2008-04-081-1/+0
* Fix raising new NoSuchGroup exception.Chris Lumens2008-04-071-2/+2
* Don't copy the stage2 image every time or on the way back.Chris Lumens2008-04-071-0/+6
* Clean up "finishing upgrade" wait windowJeremy Katz2008-04-041-7/+5
* Brute force hack to avoid the number of packages overflowing (#436588)Jeremy Katz2008-04-041-2/+3
* Use a better test to see if a package group doesn't exist (#439922).Chris Lumens2008-04-021-15/+10
* Fix my tyopJeremy Katz2008-03-301-1/+1
* Fix for test mode repo bitsJeremy Katz2008-03-271-2/+8
* os.path.join does not work the way we think it should.Chris Lumens2008-03-271-1/+1
* Remove the stage2 in all cases now that we're copying it basically all the timeJeremy Katz2008-03-271-1/+1
* Handle kernel variants a little better at install time tooJeremy Katz2008-03-261-20/+4
* Use anaconda-upgrade dir in the preupgrade caseJeremy Katz2008-03-251-16/+38
* Fix up more unicode shenanigans (#437993)Jeremy Katz2008-03-241-1/+4
* Move /tmp/stage2.img to /mnt/sysimage to free up some memory (#438377).Chris Lumens2008-03-241-32/+45
* Make sure the first disc image is mounted before setting up repos.Chris Lumens2008-03-191-17/+18
* Use arch instead of the name again in package nevra.Chris Lumens2008-03-181-1/+1
* Set methodstr for nfsiso installs (#437541).Chris Lumens2008-03-141-0/+4
* Don't show the epoch in the progress bar (#437502).Chris Lumens2008-03-141-4/+4
* "gtk-edit" isn't valid in text mode.Chris Lumens2008-03-131-1/+1
* yum.remove removes installed packages, not to be installed packages (#436226)Jeremy Katz2008-03-121-5/+23
* Add a progress bar for when we're downloading headers (#186789).Chris Lumens2008-03-121-7/+43
* Use /mnt/sysimage/tmp/cache for the yum cache, instead of the ramdisk.Chris Lumens2008-03-111-7/+10
* Write out keyboard settings before installing packages. (related to #429358)David Lehman2008-03-051-0/+2
* Merge in branch to implement stage2= parameter.Chris Lumens2008-03-041-4/+24
|\
| * Support stage2= for CD installs in loader.Chris Lumens2008-03-041-2/+7
| * Support stage2= for HD installs.Chris Lumens2008-03-041-4/+12
| * Update the method string handling for NFS and URL installs.Chris Lumens2008-03-041-1/+8
* | Add comment regarding usage of eliloPeter Jones2008-03-041-0/+1
|/
* Allow recovery from some missing repodata conditions.Chris Lumens2008-02-281-16/+18
* Ensure that group info for txmbrs is accurate after we resetJeremy Katz2008-02-271-0/+6
* There's no need to wait if the last download retry failed.Chris Lumens2008-02-211-0/+3
* Add some error handling around populateTs, instead of throwing a traceback.Chris Lumens2008-02-161-1/+16
* Fix typo.David Lehman2008-02-051-1/+1
* Copy over repodata from media after the install is done (#381721)Jeremy Katz2008-02-051-0/+11
* Allow removing packages by glob now that yum supports it.Chris Lumens2008-01-251-13/+7
* Repos anaconda knows about but are disabled should be addons.Chris Lumens2008-01-221-1/+1
* Add the default repo to the UI so it can be edited later.Chris Lumens2008-01-221-2/+3
* Don't set currentMedia when we're on a network install (#428927).Chris Lumens2008-01-161-4/+8
* Don't offer two reboot options. That's not helpful.Chris Lumens2008-01-161-1/+1
* Fix the progress bar to hit 100% on the last package (#428790).Chris Lumens2008-01-151-2/+3
* Fix a bunch of pychecker errors.Chris Lumens2008-01-121-8/+7
* Allow for better recovery if the CD/DVD is bad.Chris Lumens2008-01-081-52/+66
* Erase temporary packages after installing them on all methods.Chris Lumens2008-01-081-2/+1
* Fix checking the timestamps on split media installs.Chris Lumens2008-01-041-7/+3
* Fix reference to isodir to avoid a post-install traceback.Chris Lumens2008-01-041-1/+1
* Precreate /etc/modprobe.d in installrootDavid L. Cantrell Jr2008-01-031-1/+1
* Copy over the anaconda-written blacklists and options.Bill Nottingham2007-12-191-3/+3
* Don't immediately retry on downloading a package.Chris Lumens2007-12-181-0/+8