summaryrefslogtreecommitdiffstats
path: root/pyanaconda/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the second upgrade check from yuminstall.py.Chris Lumens2011-04-151-79/+0
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-5/+5
* Update remaining parts of anaconda to use new bootloader module.David Lehman2011-04-071-1/+1
* Implement a general version of InstallInterfaceBase.methodstrRepoWindow().Ales Kozumplik2011-03-221-8/+3
* Fix a missing exception variable.Ales Kozumplik2011-03-111-1/+1
* Use yum's new callback mode when availablePanu Matilainen2011-03-111-22/+28
* Remove 'Back' button on depsolving exception for ks installs (#673170)David Cantrell2011-03-091-2/+2
* Shorten the anaconda repo names (#679434).Chris Lumens2011-03-091-6/+3
* Remove 'Back' button on depsolving exception for ks installs (#673170)David Cantrell2011-03-011-4/+7
* Wipe out pre-existing problems before running transaction (#678201, pmatilai).Chris Lumens2011-02-231-0/+1
* Fix downloading .treeinfo files for --noverifyssl repos.Ales Kozumplik2011-02-231-6/+15
* Fix syntax error from 0bf0cf13.Ales Kozumplik2011-02-231-1/+1
* Get size + summary from yum package object instead of callback keyPanu Matilainen2011-02-221-3/+3
* Test for stringiness instead of explicit rpm.hdr class in install callbackPanu Matilainen2011-02-221-3/+3
* Remove unused doneFiles counting from transaction callbackPanu Matilainen2011-02-221-3/+0
* Write --noverifyssl to repos and urls in kickstart where fit.Ales Kozumplik2011-02-211-0/+3
* Clean up a bunch of exception handling code.David Lehman2011-02-161-29/+25
* Only check for the addons of enabled repos (#677773).Chris Lumens2011-02-161-3/+2
* Fix a thinko when setting up the base repo for NFSISO (#676821).Chris Lumens2011-02-151-1/+1
* writeMtab -> makeMtab (#673158).Chris Lumens2011-01-271-1/+1
* YumBackend doesn't inherit from YumBase. AnacondaYum does. (#671577)David Lehman2011-01-211-2/+2
* Make /etc/mtab a symlink to /proc/self/mounts. (#670381)David Lehman2011-01-201-16/+3
* Clean up and close yum/rpm files once we're done with them.David Lehman2011-01-111-0/+5
* Support enabling repos listed but disabled in /etc/yum.repos.d (#663992).Chris Lumens2011-01-071-0/+12
* Enable network when getting .treeinfo (#632526)Radek Vykydal2010-12-071-0/+5
* Do not backtrace if repo is specified through kickstart only (#659781).Ales Kozumplik2010-12-071-0/+2
* Move handling of /proc/bus/usb and /selinux into storage.David Lehman2010-12-021-25/+0
* Revert rpmdb symlink hack.David Lehman2010-12-021-16/+0
* If getting .treeinfo fails, try treeinfo (#635065).Chris Lumens2010-12-011-9/+15
* Remove writeRpmPlatform, adjust callers. (#651132, #650490)Bill Nottingham2010-11-111-4/+0
* Fix variable substitution in kickstart filesBrian C. Lane2010-11-051-0/+1
* Remove support for split media transactions from yuminstall.py.Chris Lumens2010-10-291-70/+31
* Remove unused currentMedia parameter.Chris Lumens2010-10-291-3/+0
* mediaHandler no longer needs to worry about mounting anything.Chris Lumens2010-10-291-14/+0
* Rework _switchCD and _switchMedia for a one-image world.Chris Lumens2010-10-291-23/+19
* umountImage shouldn't care about currentMedia.Chris Lumens2010-10-291-1/+1
* Remove presentRequiredMediaMessage and related code.Chris Lumens2010-10-291-19/+1
* Rename findIsoImages to findFirstIsoImage.Chris Lumens2010-10-291-8/+4
* verifyMedia no longer looks at the disc number.Chris Lumens2010-10-291-2/+2
* Errors downloading .treeinfo files should not be logged as errors.Chris Lumens2010-10-281-1/+1
* When we can't fetch group metadata, log why.Chris Lumens2010-10-281-1/+2
* On upgrades, inform the user what action is taking place (#493249).Chris Lumens2010-10-281-8/+3
* Fix import to not drag in a conflicting ConfigParser.Chris Lumens2010-10-271-1/+1
* If there are any troubles reading the treeinfo file, return no addons.Chris Lumens2010-10-271-2/+5
* Remove the last references to install.img.Chris Lumens2010-10-201-7/+0
* We don't need to worry about 2.4 -> 2.6 updates anymore.Chris Lumens2010-10-181-11/+0
* We no longer need to copy the install.img over and lochangefd to it.Chris Lumens2010-10-151-9/+0
* Rework proxy handling so that .treeinfo also uses proxy (#634655)Brian C. Lane2010-10-141-61/+97
* Translate task and repo names based on the product.img (#622064).Chris Lumens2010-10-141-3/+3
* Use baseurl instead of methodstr to get .treeinfo (#604246)Radek Vykydal2010-10-141-1/+1