summaryrefslogtreecommitdiffstats
path: root/pyanaconda/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Remove compssort.py.Chris Lumens2012-09-251-1/+0
* ARM: clean up the kernel selection to be consistent with the rest of the codeDennis Gilmore2012-08-061-1/+1
* Add support to determine the ARM processor variety and select the correct ker...d.marlin2012-08-061-0/+5
* remove Network(): list of network devices, final stepsRadek Vykydal2012-07-201-2/+2
* remove Network(): write (configuration) methodRadek Vykydal2012-07-201-1/+1
* remove Network(): disabling of ipv6Radek Vykydal2012-07-201-0/+1
* remove Network(): copying configuration to target systemRadek Vykydal2012-07-201-1/+1
* Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-33/+44
|\
| * handle 'cdrom' methodstr (#817084)Brian C. Lane2012-05-091-1/+3
| * Fix anaconda not finding CD when booting without root=live:<CD>Will Woods2012-05-041-0/+5
| * Check /run/initramfs/live/ for packages (#806166)Brian C. Lane2012-04-251-4/+10
| * Remove misc. references to loaderWill Woods2012-03-161-5/+2
| * use a dracut shutdown hook to eject media (#787461)Brian C. Lane2012-02-201-25/+9
| * Generate repo= ks command only for repos added by user (#738577)Radek Vykydal2012-02-201-0/+5
| * Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)David Lehman2011-12-191-0/+3
| * report more detail about yum failureBrian C. Lane2011-12-161-2/+8
| * Disable yum log file handlingBrian C. Lane2011-12-051-0/+4
| * Remove obsolete error handling left over from the old storage code.David Lehman2011-11-041-1/+0
* | Enable setting up multiple layouts on the installed systemVratislav Podzimek2012-06-011-2/+0
* | Improve the runspoke.py tool and make it callable from makeMartin Sivak2012-05-241-6/+5
* | Remove all the writeKS methods except in network and storage.Chris Lumens2012-04-241-79/+0
* | Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)David Lehman2012-02-161-0/+3
* | Remove obsolete error handling left over from the old storage code.David Lehman2012-02-161-1/+0
* | Add opticalInstallMedia and potentialHdisoSources methods.Chris Lumens2011-12-081-4/+4
|/
* Default to an active network device after reboot on Fedora (ONBOOT) (#498207)Radek Vykydal2011-10-051-0/+2
* Install grub2 when upgrading on bios x86. (#735730)David Lehman2011-09-141-0/+4
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-11/+11
* Moving anaconda.rootPath to constants.ROOT_PATH.Ales Kozumplik2011-08-261-20/+20
* Tidy warnings.showwarning into anaconda_log.py.Ales Kozumplik2011-08-251-1/+0
* Close out the yum history before running %post scripts (#730857).Chris Lumens2011-08-231-0/+2
* Move the trusted_boot setting into AnacondaYum.run (#731260).Chris Lumens2011-08-171-2/+2
* add multiboot support for tbootGang Wei2011-08-151-0/+2
* Remove "-Alpha" or "-Beta" from yum's $releasever (#728868).Chris Lumens2011-08-081-2/+4
* Change IsBeta to IsFinalMartin Gracik2011-07-261-3/+3
* Log errors during dependency resolution.Chris Lumens2011-07-071-0/+5
* yum: handle PackageSackErrors separately in AnacondaYum._run.Ales Kozumplik2011-06-291-0/+8
* Move platform-specific boot-related data into Platform.David Lehman2011-06-271-0/+1
* Use global proxy setting if no repo proxy is set (#712926)Brian C. Lane2011-06-141-1/+1
* Add a timestamp to every line in install.log/upgrade.log.Chris Lumens2011-05-161-1/+1
* yuminstall.py: self.pulseWindow is not used anywhere.Ales Kozumplik2011-04-221-1/+0
* Remove the second upgrade check from yuminstall.py.Chris Lumens2011-04-151-79/+0
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-5/+5
* Update remaining parts of anaconda to use new bootloader module.David Lehman2011-04-071-1/+1
* Implement a general version of InstallInterfaceBase.methodstrRepoWindow().Ales Kozumplik2011-03-221-8/+3
* Fix a missing exception variable.Ales Kozumplik2011-03-111-1/+1
* Use yum's new callback mode when availablePanu Matilainen2011-03-111-22/+28
* Remove 'Back' button on depsolving exception for ks installs (#673170)David Cantrell2011-03-091-2/+2
* Shorten the anaconda repo names (#679434).Chris Lumens2011-03-091-6/+3
* Remove 'Back' button on depsolving exception for ks installs (#673170)David Cantrell2011-03-011-4/+7
* Wipe out pre-existing problems before running transaction (#678201, pmatilai).Chris Lumens2011-02-231-0/+1