summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packaging/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Hook up the "Remove Packages" button on the dep solving error screen....Chris Lumens2013-02-281-4/+0
* Move pyanaconda.packaging.get_mount_* into blivet.util.David Lehman2013-01-281-44/+2
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-11/+11
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-6/+5
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-6/+8
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-2/+0
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-281-6/+2
* Rename wait_for_dhcp pieces to say what they actually doRadek Vykydal2013-01-241-1/+1
* Initialize network synchronously (#902090)Radek Vykydal2013-01-241-1/+1
* Fix a bug when switching back to an HDISO install source (#879612).Chris Lumens2012-12-041-5/+14
* Wait for slower dhcp for payload setup and hostname setting (#873468)Radek Vykydal2012-11-271-0/+6
* Use ksdata to set default runlevelJesse Keating2012-11-131-10/+8
* Don't attempt to handle exceptions when NFS mounts fail.Chris Lumens2012-11-091-8/+3
* updateBaseRepo does not need a storage argument.Chris Lumens2012-10-291-2/+2
* Fix up calling superclass setup methods in packaging (#870556).Chris Lumens2012-10-291-1/+0
* Hook up the "Remove Packages" button on the dep solving error screen.Chris Lumens2012-10-191-0/+4
* When changing environments, don't explicitly exclude groups (#863886).Chris Lumens2012-10-091-0/+3
* Make sure packages anaconda requires are installed.Chris Lumens2012-10-051-6/+0
* isys.mount needs to be told when something should be mounted NFS (#860273).Chris Lumens2012-09-261-1/+1
* Handle --ignoremissing in _applyYumSelections (#859021).Chris Lumens2012-09-251-5/+0
* fixup live install (#853988, #854962)Brian C. Lane2012-09-061-8/+17
* Fix problems in the packaging module that pylint detected.Chris Lumens2012-08-301-6/+8
* Move setup from ImagePayload to LiveImagePayload.Chris Lumens2012-08-281-8/+1
* Fix default definitions of some payload class methods.Chris Lumens2012-08-281-1/+7
* We don't need image_file in the live payload.Chris Lumens2012-08-281-3/+2
* Add a method to determine if device is mountedJesse Keating2012-08-271-0/+15
* Add methods to yumpayload for handling environments.Bill Nottingham2012-08-171-0/+19
* Rename 'description' to 'groupDescription'.Bill Nottingham2012-08-171-1/+1
* Add the user-agent to urlgrabber from the old yuminstall.py.Chris Lumens2012-08-141-0/+4
* 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