summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packaging/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Modify kernelPackages to select the right kernel for ARM systems.d.marlin2012-08-071-0/+6
* Select language-specific groups as part of doInstall.Chris Lumens2012-08-021-2/+8
* Add packaging log and scriptlet loggingBrian C. Lane2012-08-021-1/+1
* Remove backend_logBrian C. Lane2012-08-021-27/+0
* repo.mirrorlist may be NoneBrian C. Lane2012-07-271-1/+3
* update proxy supportBrian C. Lane2012-07-091-4/+11
* Add support for cdrom and harddrive methods, including switching.David Lehman2012-06-061-3/+18
* Add kernel selection to YumPayload.David Lehman2012-05-031-3/+8
* Enable bootloader install.David Lehman2012-05-031-1/+37
* Implement some of the various post-install tasks.David Lehman2012-05-031-10/+74
* Pass packages to select for storage, &c to payload.preInstall.David Lehman2012-05-031-3/+7
* Generate an installer yum config for package install.David Lehman2012-04-191-1/+1
* Use a yum cache dir outside the install root.David Lehman2012-04-191-1/+1
* Use rawhide for repos with date-based versions.David Lehman2012-04-181-0/+3
* Fix a typo when creating the installation syslog.Chris Lumens2012-04-091-1/+1
* Grab repo metadata separately from adding a repo.David Lehman2012-03-211-0/+3
* Add a proxy attribute to Payload.David Lehman2012-03-211-0/+1
* Add Payload.needsNetwork property.David Lehman2012-03-141-1/+25
* Do base kickstart package selections after the payload is set up.Chris Lumens2012-03-141-5/+6
* Allow changing the base repo.David Lehman2012-03-141-49/+88
* Add a method that can wrap yum.close.Chris Lumens2012-03-131-0/+7
* Add methods that determine whether a group and package is selected.Chris Lumens2012-03-061-0/+6
* Run payload setup in a separate thread.Chris Lumens2012-03-061-0/+9
* The error handler is not callable. Call the 'cb' method.David Lehman2012-03-021-3/+3
* Add header blocks to python files in pyanaconda/packaging/.David Lehman2012-03-021-1/+22
* Add new packaging module.David Lehman2012-02-281-0/+478