summaryrefslogtreecommitdiffstats
path: root/pyanaconda/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* kickstart.py needs udev that now lives in blivetVratislav Podzimek2013-02-191-11/+12
* Refactor pieces of the Datetime spoke and move some parts to kickstart.pyVratislav Podzimek2013-02-191-0/+35
* Fixup kickstart script loggingBrian C. Lane2013-02-141-19/+16
* Restore support for partial kickstart files (#887254).Chris Lumens2013-02-131-2/+2
* Get rid of packagesSeen.Chris Lumens2013-02-131-4/+0
* Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.pathVratislav Podzimek2013-02-131-4/+4
* Replace hasActiveNetDev() using new nm moduleRadek Vykydal2013-02-121-1/+1
* Replace getActiveNetDevs() using new nm moduleRadek Vykydal2013-02-121-1/+1
* Replace getDevices() using new nm moduleRadek Vykydal2013-02-121-1/+2
* Move networking functions from isys to network module.Radek Vykydal2013-02-121-2/+1
* The storage logger is now the blivet logger.David Lehman2013-02-111-1/+1
* 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