summaryrefslogtreecommitdiffstats
path: root/pyanaconda/install.py
Commit message (Expand)AuthorAgeFilesLines
* install -> installation in a couple user-visible strings.Chris Lumens2013-02-131-2/+2
* Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.pathVratislav Podzimek2013-02-131-2/+2
* Add --dirinstall commandBrian C. Lane2013-02-081-4/+6
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-1/+1
* Remove filesystem migration code.David Lehman2013-01-281-2/+1
* Prepare structures to save spoke completenes for firstboot and GIEMartin Sivak2013-01-111-1/+2
* Split ksdata execute and setup methods for addonsMartin Sivak2012-12-171-1/+4
* Add support for KS %addon section and the API+code to use itMartin Sivak2012-12-171-1/+4
* Add keyboard dracut setup args (#875567)Vratislav Podzimek2012-12-131-1/+1
* Unify writeNetworkConf with other modules (rename, put in ks.execute)Radek Vykydal2012-12-051-2/+1
* don't write network settings on image installBrian C. Lane2012-12-031-2/+3
* Execute xconfig data (#874868)Jesse Keating2012-11-131-0/+1
* Blank out passphrases from /root/anaconda-ks.cfg (#868519).Chris Lumens2012-10-301-0/+6
* update to use firewalld (#815540)Brian C. Lane2012-10-171-1/+2
* Minimum we have to do with HW clockVratislav Podzimek2012-10-121-3/+8
* 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