summaryrefslogtreecommitdiffstats
path: root/pyanaconda/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Allow new KS commands to be created by AddonsMartin Sivak2013-01-301-1/+21
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-22/+22
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-1/+0
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-1/+2
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-9/+2
* Prepare structures to save spoke completenes for firstboot and GIEMartin Sivak2013-01-111-0/+28
* Set default language to en_US.UTF-8 (#891379)Martin Sivak2013-01-111-0/+5
* Collect addon paths properlyMartin Sivak2012-12-181-2/+3
* Add support for KS %addon section and the API+code to use itMartin Sivak2012-12-171-5/+35
* Validate and correct vg names as needed.David Lehman2012-12-131-1/+7
* Add keyboard dracut setup args (#875567)Vratislav Podzimek2012-12-131-0/+3
* Unify writeNetworkConf with other modules (rename, put in ks.execute)Radek Vykydal2012-12-051-6/+5
* Fix network command --onboot and --activate options.Radek Vykydal2012-12-051-129/+2
* Write out xconfig data when executedJesse Keating2012-11-131-3/+8
* Honor kickstart bootloader --location=none. (#871143)David Lehman2012-11-091-0/+1
* Correct handling of disks with hidden formats. (#866519)David Lehman2012-11-011-2/+3
* Add missing pieces for kickstart's encryption cipher option.David Lehman2012-10-171-4/+5
* update to use firewalld (#815540)Brian C. Lane2012-10-171-0/+32
* Add support for specifying encryption cipher mode via kickstart.David Lehman2012-10-151-0/+6
* Minimum we have to do with HW clockVratislav Podzimek2012-10-121-0/+7
* Work with VConsole keymap and X layouts separatelyVratislav Podzimek2012-10-121-2/+1
* Correct lookup of raid.XX "mountpoints" for kickstart installs (#864764).Chris Lumens2012-10-101-2/+2
* Create ks script logs outside of chrootJesse Keating2012-10-031-8/+7
* Raise an error if bootDrive is invalidJesse Keating2012-09-251-1/+5
* Handle --ignoremissing in _applyYumSelections (#859021).Chris Lumens2012-09-251-51/+0
* fix root password setup (#855481)Brian C. Lane2012-09-091-3/+4
* The kickstart language-related command is "lang", not "language".Chris Lumens2012-09-061-1/+1
* Fix btrfs/lvm/raid kickstart installs (#853649).Chris Lumens2012-09-061-11/+15
* Drop the addBase handling in anaconda - if you want a group, list a group.Bill Nottingham2012-09-051-10/+0
* Use the F18_Partition class (#853593).Chris Lumens2012-09-041-1/+1
* Remove anaconda.instLanguage object and language moduleVratislav Podzimek2012-09-041-0/+6
* Continue post-installation steps even if writing NTP configuration failsVratislav Podzimek2012-09-031-2/+5
* Honor user's choice on NTP (ON/OFF)Vratislav Podzimek2012-08-291-3/+6
* Don't crash if someone gives us bad timezoneVratislav Podzimek2012-08-291-1/+5
* Use ksdata.timezone and timezone module instead of anaconda.timezoneVratislav Podzimek2012-08-221-3/+5
* Remove the last usage of the system-config-date in AnacondaVratislav Podzimek2012-08-221-8/+2
* Add support for swap --hibernation on LVMVratislav Podzimek2012-08-221-1/+1
* use F18_PartData for hibernation flag support.Brian C. Lane2012-08-211-1/+1
* Return early from doKickstartStorage if there are no disks selected.David Lehman2012-08-171-0/+2
* NoSuchGroup is provided by packaging now. yuminstall is on the way out.Chris Lumens2012-08-141-1/+2
* Make sure we allocate partitions and grow lvm as needed in kickstart.David Lehman2012-08-131-1/+7
* Streamline autopart request setup slightly.David Lehman2012-08-131-2/+1
* Move setup of new partition weight arg to Storage.newPartition.David Lehman2012-08-131-7/+0
* replace lokkit for selinux settings (#815540)Brian C. Lane2012-08-091-0/+20
* On interactive installs, default the root account to locked.Chris Lumens2012-08-081-1/+1
* Fix an import error caused by the merge.Chris Lumens2012-08-031-1/+2
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-8/+8
|\
| * Let kickstart users log to device nodes (#835563)Brian C. Lane2012-07-091-9/+10
| * Move swapSuggestion to storage and use a new suggested algorithm for itVratislav Podzimek2012-06-271-6/+7
| * Fix handling of invalid bios disks (#819721)Jesse Keating2012-06-211-1/+1