summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* bootProto isn't a global variable (#451689).Chris Lumens2008-06-161-1/+1
* Don't write out yum repo config files in kickstart.py.Chris Lumens2008-06-121-41/+1
* Start an errors.py that contains all these small exception classes.Chris Lumens2008-06-051-1/+1
* Fix reference to cost vs. priority (#450168).Chris Lumens2008-06-051-2/+2
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-56/+149
* Fix incorrect command name in error message.Chris Lumens2008-04-301-1/+1
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-1/+1
* Use the right base class for autopart handler.Chris Lumens2008-04-181-1/+1
* Use a better test to see if a package group doesn't exist (#439922).Chris Lumens2008-04-021-20/+21
* Add support for encrypted logical volumes in kickstart.Chris Lumens2008-03-261-0/+3
* Force filesystem mount options on /boot/efi .Peter Jones2008-03-141-3/+7
* Emit "efi" as /boot/efi's filesystem typePeter Jones2008-03-141-1/+1
* Remove advanced bootloader bitsJeremy Katz2008-02-221-2/+1
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-7/+3
* Fix a typo that's breaking kickstart network installs.Chris Lumens2008-01-221-1/+1
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-3/+7
* Initial kickstart support for encrypted partitions.Chris Lumens2008-01-151-1/+11
* Inherit from the right versions of pykickstart classes.Chris Lumens2008-01-141-6/+6
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-5/+13
* Merge branch 'kickstart-errors'Chris Lumens2007-11-061-27/+35
|\
| * Fix tracebacks in reading the messages file. Use kwargs when creating Script.Chris Lumens2007-11-061-36/+27
| * Display more useful error messages on kickstart script errors.Chris Lumens2007-11-051-8/+25
* | no more partitioning.pyJeremy Katz2007-11-061-1/+0
|/
* - add --fsprofile support to lvm, paritition, and raid.Peter Jones2007-10-261-3/+4
* Need to take the chroot into account for log file locations since subprocessChris Lumens2007-10-261-1/+4
* Fix typo.Chris Lumens2007-10-221-2/+2
* Pass the bootloader --timeout= parameter from pykickstart along to booty.Chris Lumens2007-10-191-3/+3
* Detect invalid hard drives given to bootloader --driveorder and error cleanlyChris Lumens2007-10-171-0/+6
* Use the latest version of the device command.Chris Lumens2007-10-011-1/+1
* Only try to add pre scripts at this time during parsing (#276851).Chris Lumens2007-09-041-0/+3
* Use the right versions of kickstart parser methods (#269721).Chris Lumens2007-08-311-3/+3
* Inherit from the correct pykickstart Network object.Chris Lumens2007-08-291-1/+1
* Don't reference a state that's been removed from pykickstart.Chris Lumens2007-08-271-5/+4
* Use the newer repo command.Chris Lumens2007-08-231-1/+1
* Back out some stuff that shouldn't have been committed yet.Chris Lumens2007-07-311-1/+7
* Add an entry for the updates command.Chris Lumens2007-07-311-8/+3
* Moved the pullRemainingKickstartConfig functionality into pykickstart.Chris Lumens2007-07-161-68/+0
* Add the --only-use option to specify which disks should be used. This is theChris Lumens2007-07-161-2/+3
* likewiseJeremy Katz2007-07-021-2/+2
* * kickstart.py (ZFCP.parse): Flush drive dict so zFCP devices areDavid Cantrell2007-06-141-1/+3
* Use the correct fix for kickstart upgrade tracebacks (#243159).Chris Lumens2007-06-111-4/+3
* Lock accounts if asked (#240059).Chris Lumens2007-06-071-3/+4
* Set a default clearpart type.Chris Lumens2007-06-051-0/+3
* Don't traceback if we're unable to remove the script after running itChris Lumens2007-05-311-1/+4
* Fix traceback on kickstart upgrades (#241395).Chris Lumens2007-05-251-1/+1
* Handle IOErrors if we can't find the kickstart file.Chris Lumens2007-03-301-2/+14
* Inherit from FC6_Timezone to make the --isUtc option work.Chris Lumens2007-03-221-2/+2
* Subclass from F7_Raid instead.Chris Lumens2007-03-081-1/+1
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-4/+4
* Support multiple %ksappend lines (#222201).Chris Lumens2007-03-011-43/+40