summaryrefslogtreecommitdiffstats
path: root/pyanaconda/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use parents consistently in Device constructors.David Lehman2012-07-261-4/+4
* | Update the authconfig command to work.Chris Lumens2012-07-241-1/+20
* | Merge branch 'newui' into newui-ks-partBrian C. Lane2012-07-201-16/+24
|\ \
| * | remove Network(): list of network devices, final stepsRadek Vykydal2012-07-201-9/+17
| * | remove Network(): hostname attributeRadek Vykydal2012-07-201-3/+0
| * | remove Network(): ksdevice attributeRadek Vykydal2012-07-201-2/+2
| * | remove Network(): remove unused functionsRadek Vykydal2012-07-201-5/+8
* | | rename Group and Script in kickstart.pyBrian C. Lane2012-07-201-5/+7
* | | setup bootloader and partitioning for kickstartBrian C. Lane2012-07-191-2/+5
* | | add execute methods for partition related ks classesBrian C. Lane2012-07-191-4/+40
* | | refactor doKickstartStorage slightlyBrian C. Lane2012-07-191-0/+7
|/ /
* | Update the group, rootpw, and user commands to be called from doInstall.Chris Lumens2012-07-181-0/+28
* | Hook up the kickstart firstboot command so it actually does something.Chris Lumens2012-07-171-0/+18
* | Convert the services command to using systemctl instead of chkconfig.Chris Lumens2012-07-171-4/+7
* | Remove enough of dispatcher so anaconda works without partIntfHelpers.Chris Lumens2012-07-171-1/+0
* | Kickstart command handlers no longer need an anaconda instance.Chris Lumens2012-07-121-41/+6
* | Update partitioning-related kickstart commands.Chris Lumens2012-07-121-56/+30
* | Run the logging kickstart command right after parsing.Chris Lumens2012-07-121-1/+1
* | Clean up disk (re)initialization code.David Lehman2012-07-101-1/+1
* | Let kickstart users log to device nodes (#835563)Brian C. Lane2012-07-091-9/+10
* | Move clearPartitions into Storage.David Lehman2012-07-031-2/+1
* | Move shouldClear into Storage.David Lehman2012-07-031-5/+1