summaryrefslogtreecommitdiffstats
path: root/pyanaconda/install.py
Commit message (Expand)AuthorAgeFilesLines
* fix libuser setup (#855481)Brian C. Lane2012-09-271-5/+4
* Make progress hub spokes possible and move the root password thereMartin Sivak2012-09-131-28/+39
* Write storage configs after payload install for live installs. (#856836)David Lehman2012-09-121-0/+6
* fix root password setup (#855481)Brian C. Lane2012-09-091-2/+2
* Mark ksdata.*.execute invocations as another stepVratislav Podzimek2012-09-061-19/+21
* Don't depend on storage or instClass in EFIGRUBPeter Jones2012-09-051-1/+1
* Remove anaconda.instLanguage object and language moduleVratislav Podzimek2012-09-041-0/+1
* networking: write configuration in doInstallRadek Vykydal2012-08-271-0/+3
* Use ksdata.timezone and timezone module instead of anaconda.timezoneVratislav Podzimek2012-08-221-0/+1
* Force authconfig to be installed on the target system (#848803).Chris Lumens2012-08-161-1/+6
* replace lokkit for selinux settings (#815540)Brian C. Lane2012-08-091-0/+1
* Select language-specific groups as part of doInstall.Chris Lumens2012-08-021-1/+1
* Update the authconfig command to work.Chris Lumens2012-07-241-0/+1
* Update the group, rootpw, and user commands to be called from doInstall.Chris Lumens2012-07-181-0/+8
* Hook up the kickstart firstboot command so it actually does something.Chris Lumens2012-07-171-0/+1
* Run clearpart, autopart, bootloader from the storage spoke.David Lehman2012-06-201-6/+0
* Add support for cdrom and harddrive methods, including switching.David Lehman2012-06-061-0/+1
* Enable setting up multiple layouts on the installed systemVratislav Podzimek2012-06-011-0/+1
* Use pyanaconda.errors for error handling in storage.David Lehman2012-05-111-2/+1
* Move service enabling/disabling into an execute method.Chris Lumens2012-05-091-1/+6
* Run kickstart %post scripts at the end of installation.Chris Lumens2012-05-081-0/+3
* Enable bootloader install.David Lehman2012-05-031-2/+13
* Pass packages to select for storage, &c to payload.preInstall.David Lehman2012-05-031-1/+1
* Remove all the writeKS methods except in network and storage.Chris Lumens2012-04-241-0/+16
* Generate an installer yum config for package install.David Lehman2012-04-191-1/+1
* Enable package installation.David Lehman2012-04-191-0/+1
* Use a yum cache dir outside the install root.David Lehman2012-04-191-1/+1
* Run clearpart prior to partitioning (you get CLEARPART_TYPE_LINUX).David Lehman2012-04-191-0/+1
* Add some convenience methods to hide the details of the queue implementation.Chris Lumens2012-04-191-2/+2
* Redo the progress bar code so it actually works.Chris Lumens2012-04-161-2/+4
* Add a top-level function that does the hard work of installation.Chris Lumens2012-04-091-0/+51