summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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