summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packaging
Commit message (Expand)AuthorAgeFilesLines
* Restore support for partial kickstart files (#887254).Chris Lumens2013-02-131-2/+4
* Replace hasActiveNetDev() using new nm moduleRadek Vykydal2013-02-121-4/+4
* Bring back the askmethod parameter (#889887).Chris Lumens2013-02-111-1/+11
* Move pyanaconda.packaging.get_mount_* into blivet.util.David Lehman2013-01-282-52/+11
* Remove the storage module and replace it with blivet.David Lehman2013-01-283-22/+22
* 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-283-25/+17
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-283-8/+3
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-282-9/+3
* 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
* fixup direct nfs iso url handling (#879187)Brian C. Lane2012-12-201-1/+5
* fixup nfs repo install code (#879187)Brian C. Lane2012-12-201-2/+2
* Add more yum locking to yumpayload (#860022)Brian C. Lane2012-12-191-86/+101
* Update default install size and disk space estimate.David Lehman2012-12-111-2/+3
* Install default system for %packages --default (#869978)Brian C. Lane2012-12-071-0/+3
* Fix a bug when switching back to an HDISO install source (#879612).Chris Lumens2012-12-041-5/+14
* ISOImage needs to look at /run/install/source for the mounted image (#879142).Chris Lumens2012-12-041-2/+2
* Wait for slower dhcp for payload setup and hostname setting (#873468)Radek Vykydal2012-11-271-0/+6
* Allow specifying whether the URL you've given is a mirrorlist or not (#868558).Chris Lumens2012-11-201-1/+4
* Handle hd iso leavings by dracut (#876897)Jesse Keating2012-11-201-10/+28
* show error when rsync fails (#868755)Brian C. Lane2012-11-201-2/+4
* only raise rsync error on error 12 (#868755)Brian C. Lane2012-11-191-6/+4
* Enable verbose yum logging once moreJesse Keating2012-11-151-6/+12
* Handle nfsiso leavings by dracut (#876223)Jesse Keating2012-11-141-41/+65
* Handle package dependency errors on kickstart installs too (#865073).Chris Lumens2012-11-141-1/+11
* Use ksdata to set default runlevelJesse Keating2012-11-131-10/+8
* Quit after handling transaction errors.Chris Lumens2012-11-121-1/+2
* Add a function to display relevant transaction errors (#873106).Chris Lumens2012-11-121-9/+28
* Show NFS as the source if dracut left it for us (#875235)Jesse Keating2012-11-091-2/+13
* Don't attempt to handle exceptions when NFS mounts fail.Chris Lumens2012-11-091-8/+3
* Make language groups work again (#873865)Jesse Keating2012-11-071-3/+11
* Handle if we get something other than a .treeinfo file (#872012).Chris Lumens2012-11-061-1/+9
* Enable yum langpacks plugin to get conditional packages (#868869)Jesse Keating2012-11-061-1/+5
* raise error on rsync failure (#868755)Brian C. Lane2012-11-051-2/+4
* exclude bind mounts from rsync (#871637)Brian C. Lane2012-11-051-1/+2
* Fix nfsiso as stage2 (#871554)Jesse Keating2012-11-021-3/+8
* Add progress percentage info to liveinstBrian C. Lane2012-11-021-1/+36
* Fix nfsiso repo selection (#871648)Jesse Keating2012-10-311-1/+12
* updateBaseRepo does not need a storage argument.Chris Lumens2012-10-292-6/+5
* Fix up calling superclass setup methods in packaging (#870556).Chris Lumens2012-10-294-2/+5
* rprivate -> make-rprivate (#869246).Chris Lumens2012-10-231-1/+1
* payloadInstallHandler should only optionally take a package argument (#868542).Chris Lumens2012-10-231-3/+3
* Reset the comps to empty along with everything else in yum.Chris Lumens2012-10-191-0/+1
* Hook up the "Remove Packages" button on the dep solving error screen.Chris Lumens2012-10-192-0/+8
* Aqcuire yum lock before doing the work of _yumCacheDirHack. (#858993)David Lehman2012-10-191-5/+7
* Avoid using mount --move on shared paths (#853508)Jesse Keating2012-10-161-0/+4
* Acquire the yum lock before accessing YumBase.repos. (#858993)David Lehman2012-10-151-1/+5
* When changing environments, don't explicitly exclude groups (#863886).Chris Lumens2012-10-092-0/+15
* Make sure packages anaconda requires are installed.Chris Lumens2012-10-052-7/+15