summaryrefslogtreecommitdiffstats
path: root/dispatch.py
Commit message (Expand)AuthorAgeFilesLines
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-2/+1
* Merge branch 'master' into storageDavid Lehman2009-03-041-0/+3
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+3
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+0
* | Remove obsolete import from autopart.David Lehman2009-02-231-1/+0
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-5/+5
|/
* Fix systemtime setting during installation (#6175, #461526).Radek Vykydal2009-02-031-1/+1
* Select packages after repos are set up (#457583)Jeremy Katz2008-09-291-1/+1
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-2/+2
* Skip networkDeviceCheck in dispatch.pyDavid Cantrell2008-08-271-2/+0
* Move betanag to after keyboard and language are setup.Chris Lumens2008-08-121-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+0
* Remove advanced bootloader bitsJeremy Katz2008-02-221-1/+0
* Move migration to before mounting filesystemsJeremy Katz2008-02-121-2/+2
* Move more interactive steps ahead of partitioning.Chris Lumens2008-01-181-4/+4
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+13
* Remove confirmation screenJeremy Katz2007-12-051-2/+0
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-1/+0
* Apply partitioning changes immediately after the partitioning step.Jeremy Katz2007-11-291-2/+2
* * partitions.py: Move partitionObjectsInitialize() andDavid Cantrell2007-10-291-2/+2
* Inform user about the arch mismatch and offer to upgrade rpm platformmsivak2007-10-261-1/+2
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-1/+1
* Revert change for writing out anaconda-ks.cfg earlier since this isn't possibleChris Lumens2007-09-191-1/+1
* Write out anaconda-ks.cfg earlier (#292571).Chris Lumens2007-09-181-1/+1
* * partedUtils.py (openDevices): don't relabel disks that containdlehman2007-02-221-0/+2
* Kickstart is no longer an install class!Chris Lumens2007-01-191-0/+2
* Reverse order of postaction and methodcomplete so source is unmounted on imageChris Lumens2006-11-101-1/+1
* 2006-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-191-1/+0
* Don't enable the back button if there's only non-interactive steps preceedingChris Lumens2006-08-111-3/+3
* 2006-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-241-0/+2
* * iw/iscsi_gui.py: Remove in favor of more integrated way ofJeremy Katz2006-07-131-1/+0
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-141-3/+0
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-131-0/+3
* Yet more direction cleanups.Chris Lumens2006-06-091-5/+5
* Set self.dir the right way so the back button works.Chris Lumens2006-05-301-2/+2
* Remove anaconda object from installSteps, and have the dispatcher callChris Lumens2006-05-041-80/+72
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-31/+22
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-33/+22
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-29/+28
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-4/+0
* 2006-03-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-041-1/+1
* Complain about unknown packages and groupsPaul Nasrat2006-02-171-1/+1
* 2006-02-09 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-091-0/+1
* Remove extra network steps.Chris Lumens2006-02-071-3/+0
* 2006-02-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-071-1/+4
* 2006-02-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-031-1/+1
* That's lame syntax.Chris Lumens2006-02-031-1/+1
* Fix arguments to writeConfiguration (#179928).Chris Lumens2006-02-031-1/+1
* Implement writeConfiguration (#115714)Paul Nasrat2006-02-021-1/+2