summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Set up rhgb if plymouth is installed as well as rhgbJeremy Katz2008-07-071-2/+3
* Fix a typo (#452140).Chris Lumens2008-06-211-1/+1
* Remove ancient block of code to upgrade Netscape Communicator.Chris Lumens2008-06-201-18/+0
* Move enableNetwork into the interface. Bring network up for scp.Chris Lumens2008-06-191-17/+2
* If we can't mount for some reason, don't traceback (#452159).Chris Lumens2008-06-191-1/+4
* If repo=/method= is given, disable all other repos by default.Chris Lumens2008-06-181-0/+5
* Bring up the network before attempting to use a repo that requires networking.Chris Lumens2008-06-181-21/+45
* Clean up most uses of the methodstr attribute.Chris Lumens2008-06-181-67/+95
* Substitute the version from buildstamp for $releasever if needed.Chris Lumens2008-06-181-7/+6
* Only use systemMounted for CD/DVD installs.Chris Lumens2008-06-181-21/+5
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-4/+4
* Boot in graphical mode if /usr/bin/kdm exists.Chris Lumens2008-06-171-1/+1
* Fix a typo.Chris Lumens2008-06-131-1/+1
* Don't write out yum repo config files in kickstart.py.Chris Lumens2008-06-121-0/+29
* Quote the repo name in case it includes spaces.Chris Lumens2008-06-091-1/+1
* Remove a rogue call to textdomain.Chris Lumens2008-06-051-1/+0
* Start an errors.py that contains all these small exception classes.Chris Lumens2008-06-051-1/+2
* _xmltrans is undefined. Try xmltrans instead.Chris Lumens2008-06-051-4/+4
* When using the boot.iso and URL installs, download the .treeinfo file.Chris Lumens2008-06-041-8/+21
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-63/+126
* Look in the right place when ISO images are in a subdirectory (#443580).Chris Lumens2008-05-061-2/+5
* And run in the root (#374921)Jeremy Katz2008-05-061-1/+2
* Use 'yum clean all' when cleaning up after an upgrade, not preupgrade (#374921)Jeremy Katz2008-05-011-8/+7
* Avoid putting virtualization option when in Xen or VMware. (#443373)Joel Andres Granados2008-04-231-7/+5
* If the stage2 image is on a CD, don't bother copying it (#441336).Chris Lumens2008-04-231-1/+5
* Switch to using 'yum clean all' to clean up after preupgrade (#374921)Jeremy Katz2008-04-221-2/+4
* Avoid dividing by zero (#439160)Jeremy Katz2008-04-221-1/+2
* Listing the directories before expiring yum caches helpsanaconda-11.4.0.75-1Jeremy Katz2008-04-181-1/+1
* Use /var/cache/yum as the cachedir since /tmp might be too small (#443083).Chris Lumens2008-04-181-6/+10
* Nuke preupgrade cache once we're done (#442832)Jeremy Katz2008-04-171-0/+7
* Support bringing up the network if needed with preupgrade (#442610)Jeremy Katz2008-04-171-0/+12
* 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