summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-69/+76
* Fix a typo that was causing repos in the kickstart file to be skipped (#451020).Chris Lumens2008-08-291-2/+2
* doLoggingSetup has grown some new arguments (#460654).Chris Lumens2008-08-291-1/+2
* Fix syntax error in yuminstall.py, fix pychecker warnings.David Cantrell2008-08-271-1/+1
* For all HTTP/FTP repos, keep the cached repodata (#173441).Chris Lumens2008-08-271-1/+5
* Don't copy the install.img over in single media cases (#216167).Chris Lumens2008-08-271-60/+8
* Use yum's handling of optional/default/mandatory package selection (#448172).Chris Lumens2008-08-261-21/+9
* Enable yum plugins.Chris Lumens2008-08-211-0/+1
* In the preupgrade case, repo=hd: means an exploded tree on the hard drive.Chris Lumens2008-08-211-4/+7
* Remove preupgrade-specific hacks.Chris Lumens2008-08-211-28/+2
* Add the new blacklist and whiteout plugins to anaconda source.Chris Lumens2008-08-211-1/+2
* Remove the whiteout since we can use a yum plugin for that too.Chris Lumens2008-08-211-4/+0
* Get rid of the upgrade blacklist since we can use a yum plugin for that.Chris Lumens2008-08-211-11/+0
* Rest of stage2.img changes.David Cantrell2008-08-131-4/+4
* Add dirCleanup back in so we don't leave install metadata behind.Chris Lumens2008-08-131-0/+3
* Remove a bunch of cachedir setting code that is no longer needed.Chris Lumens2008-08-081-26/+3
* yuminstall: don't look for kernel-xen anymoreMark McLoughlin2008-08-081-17/+1
* yuminstall: don't ever stop people installing the virt groupMark McLoughlin2008-08-081-9/+0
* It's BETANAG, not betanag.Chris Lumens2008-08-081-1/+1
* The retry message can appear for things besides packages.Chris Lumens2008-08-081-1/+1
* Break a few functions out of yuminstall.py into their own file.Chris Lumens2008-08-041-46/+1
* Filter out repos that aren't enabled when running in betanag mode.Chris Lumens2008-08-041-0/+10
* Close the transaction between CDs (#457126).Chris Lumens2008-08-041-0/+2
* Split media fixes.Chris Lumens2008-08-011-0/+3
* Remove all the RPM lock files before creating a new transaction (#456949).Chris Lumens2008-07-311-3/+3
* Convert package names to unicode before displaying the error message (#446826).Chris Lumens2008-07-211-0/+3
* We no longer add the fstype to the hd: method in loader.Chris Lumens2008-07-181-1/+5
* Bring up the network before attempting to mount the NFSISO source.Chris Lumens2008-07-161-5/+8
* Give a progress bar when cleaning up after upgrades (#208725).Chris Lumens2008-07-161-17/+21
* Look for repo config files in /etc/anaconda.repos.d.Chris Lumens2008-07-161-2/+2
* Convert package errors to unicode before displaying them (#441200).Chris Lumens2008-07-111-6/+12
* Fix window title to be the same as all others.Chris Lumens2008-07-111-1/+1
* Add better error handling when initializing yum (#453695).Chris Lumens2008-07-101-5/+17
* Don't handle all possible exceptions as if they were repo errors.Chris Lumens2008-07-091-4/+4
* Reorganize to make it easier to reset the "base" repository.Chris Lumens2008-07-091-108/+117
* 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