summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Don't give a progress bar if there aren't any scripts to run.Chris Lumens2005-11-161-6/+14
* 2005-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-1/+1
* Set id.auth.Chris Lumens2005-11-071-0/+1
* Check for None in sizes.Chris Lumens2005-11-031-2/+2
* Fix interface between doClearPart and setClearParts.Chris Lumens2005-11-031-2/+2
* Pass lineno to handlePackageHdr and handleScriptHdr.Chris Lumens2005-10-281-3/+3
* Make error reporting more useful with line numbers.Chris Lumens2005-10-241-27/+32
* Import translation.Chris Lumens2005-10-171-0/+1
* Move redirection of warnings module messages from kickstart.py to anacondaChris Lumens2005-10-111-7/+0
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-0/+14
* Missed one.Chris Lumens2005-10-071-11/+10
* Override warnings.showwarning to ensure kickstart DeprecationWarnings getChris Lumens2005-10-061-0/+7
* Move generic kickstart file processing code into its own package and makeChris Lumens2005-10-061-16/+17
* Use new ksdata objects for network and partitioning lists instead ofChris Lumens2005-10-041-140/+137
* KickstartParser fixes to make %post scripts in and out of the chrootChris Lumens2005-09-301-29/+35
* Use the right Script class in anaconda so we have the run method. FixChris Lumens2005-09-271-2/+19
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-1/+14
* Run %pre scripts.Chris Lumens2005-09-151-5/+8
* Fill in the blanks on kickstart commands without handlers. Most of theseChris Lumens2005-09-131-0/+28
* Added missing function to prevent traceback.Chris Lumens2005-09-121-0/+3
* * anaconda.spec: Bump version, tweak requirementsBill Nottingham2005-09-091-1/+1
* Clean up exception handling. Bring back graphical exception dialog. MoveChris Lumens2005-09-081-22/+76
* Modify skipSteps. Set partition mount points to None where needed.Chris Lumens2005-09-071-16/+7
* Switch to use the new kickstart code by subclassing KickstartParser,Chris Lumens2005-09-061-1317/+471
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-99/+1
* We've been silently ignoring on the mouse keyword for a while now. Time toChris Lumens2005-08-171-23/+1
* Fix syntaxPaul Nasrat2005-08-171-1/+1
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-151-4/+0
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-14/+16
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-211-3/+0
* Fix name.arch selection - FlorianPaul Nasrat2005-07-111-1/+1
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-17/+1
* Allow ignoring packages without having to specify architecture (#160209).Chris Lumens2005-06-151-2/+6
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-3/+9
* 2005-05-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-101-39/+1
* fix thinkoPaul Nasrat2005-05-101-1/+1
* Recognize --label for the part keyword (#79832).Chris Lumens2005-04-271-4/+7
* Write out filesystem options for regular partitions instead of "--fsoptions".Chris Lumens2005-04-181-1/+1
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-0/+1
* Fix handling of name.arch - based on patch from Michael E Brown via mdomschPaul Nasrat2005-04-071-14/+22
* Don't try to skip a step that doesn't exist.Chris Lumens2005-04-041-2/+0
* Remove the Boolean class. We have a type for that.Chris Lumens2005-03-281-2/+2
* put the apple bootloader stuff in the kickstart list, and remove it fromPeter Jones2005-02-231-0/+3
* No longer use lilo.Peter Jones2005-02-211-31/+4
* Support --erroronfail as an option for %pre and %post blocks. This optionChris Lumens2005-02-081-10/+32
* Support setting filesystem options via kickstart through a --fsoptionsChris Lumens2005-02-031-6/+21
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-1/+1
* Use urlgrabber for retrieving files instead of urllib2 directly.Chris Lumens2005-02-021-8/+6
* Don't install a bootloader if --location=none is provided in the kickstartChris Lumens2005-01-311-7/+7
* Support bytes per inode on a per-partition basis (#57550).Chris Lumens2005-01-141-6/+11