summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* If method=nfs: is given, check if it's really an NFSISO install (#468885).Chris Lumens2008-10-311-0/+10
* Another fix for printing package summaries in text mode (#468283).Chris Lumens2008-10-271-4/+4
* Fix traceback in network.bringUp() (#468651)David Cantrell2008-10-261-1/+1
* Tell NetworkManager not to touch network interfaces when / is a netfsHans de Goede2008-10-241-1/+1
* Skip Installation Repo when writing out repo kickstart lines.Chris Lumens2008-10-221-0/+3
* If networking is needed for yum repos, bring it up before fetching repodata.Chris Lumens2008-10-161-0/+14
* Change the upgrade progress bar to pulse (#466053).Chris Lumens2008-10-081-7/+10
* Revert "Give a progress bar when cleaning up after upgrades (#208725)."Chris Lumens2008-10-081-21/+17
* Mark iscsi disks not used for / as autostart (rh461840)Hans de Goede2008-10-081-1/+1
* Always display the wait window when fetching repo information.Chris Lumens2008-10-071-16/+11
* Fix traceback in post install configurationHans de Goede2008-10-041-1/+1
* Move our yum.conf out of /etc (#465160)Jeremy Katz2008-10-031-2/+2
* Fix a typo in cleaning up repos.Chris Lumens2008-10-021-1/+1
* Remove the 'Installation Repo' cache directory after install (#464853).Chris Lumens2008-10-011-3/+3
* Fix a traceback calling enableNetwork (#464849).Chris Lumens2008-09-301-1/+1
* Enable groups when creating new repos since yum doesn't do that now.Chris Lumens2008-09-301-0/+4
* Use the right attribute for repo URLs.Chris Lumens2008-09-291-3/+3
* Reduce code duplication by moving methods into backendJeremy Katz2008-09-291-0/+19
* Add a basic reset methodJeremy Katz2008-09-291-0/+5
* Cleanups and simplifications to repo setup (clumens)Jeremy Katz2008-09-291-67/+13
* 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