summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the obvious and stupid typo (#490296).Chris Lumens2009-03-161-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+2
* Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.confChris Lumens2009-03-131-3/+3
* Merge branch 'master' into anaconda-storage-branchDavid Cantrell2009-03-111-2/+1
|\
| * We also need to pack up the extra args tuple, too.Chris Lumens2009-03-111-1/+1
| * doLoggingSetup keeps growing new arguments, so put them into a dict (#489709).Chris Lumens2009-03-111-2/+1
* | Remove all uses of isys.cdromList, which no longer exists.Chris Lumens2009-03-051-1/+1
* | Add central methods to write out storage configuration.David Lehman2009-03-041-2/+1
* | Handle write and writeKS for the iSCSI and ZFCP modules.Chris Lumens2009-03-041-2/+2
* | protectedPartitions is a list, not a function.Chris Lumens2009-03-041-1/+1
* | Don't call selectBootloader anymore. That method was removed.Chris Lumens2009-03-041-1/+0
* | Move bootloader package information into the platform module.Chris Lumens2009-02-271-11/+1
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-4/+4
* | Lots of little updates to make things use the new storage module.David Lehman2009-02-241-8/+10
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-17/+9
|/
* Set runlevel 5 if any package provides service(graphical-login).Chris Lumens2009-02-231-4/+2
* Make sure to call _getConfig from our YumSorter subclass.Chris Lumens2009-02-021-1/+1
* Use the preconf object for yum configuration now (jantill).Chris Lumens2009-01-271-2/+8
* Only run selectBestKernel, selectBootloader, etc. for new installs.Will Woods2009-01-201-5/+6
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-081-1/+1
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-081-1/+1
* Add a message to install.log when package installation is done (#476953).Chris Lumens2009-01-071-0/+1
* When there's no baseurl, set a default of [] instead of [''] (#476208).Chris Lumens2008-12-151-1/+5
* returnNewestByName now raises an error instead of returning [] (#472462).Chris Lumens2008-11-211-5/+9
* Only bring up the network dialog on package failures if required (#471502).Chris Lumens2008-11-171-5/+5
* Fix more UnicodeDecodeErrors, hopefully for good this time (#470733).Chris Lumens2008-11-111-17/+15
* Deselect groups when we reset things also (#469854)Jeremy Katz2008-11-061-0/+2
* We always need a wait window, not just when the repo has a name.Chris Lumens2008-11-051-1/+1
* Improve filtering of non-available groups (#469438)Jeremy Katz2008-11-031-0/+29
* 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