summaryrefslogtreecommitdiffstats
path: root/backend.py
Commit message (Expand)AuthorAgeFilesLines
* Edit user-visible dialogs for style.Peter Jones2009-07-131-3/+3
* Don't allow the rootfs on live installs to not match (#493206, #492727)Jeremy Katz2009-04-021-0/+1
* Get iscsi going with the new storage codeHans de Goede2009-03-171-2/+4
* Updates to make existing code use the new storage module.David Lehman2009-02-231-3/+4
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-0/+12
* Add a basic method for checking the minimal size needed for a backendJeremy Katz2008-11-031-0/+4
* Add a basic reset methodJeremy Katz2008-09-291-0/+5
* self.anaconda -> anacondaChris Lumens2008-09-221-5/+6
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-8/+5
* Don't copy the install.img over in single media cases (#216167).Chris Lumens2008-08-271-0/+56
* Start an errors.py that contains all these small exception classes.Chris Lumens2008-06-051-7/+0
* raise "NotImplementedError", not "NotImplemented"Peter Jones2008-06-051-13/+13
* AFAICS these are always indicative of a failure to load an installclass, andPeter Jones2008-06-051-13/+13
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
* Use a better test to see if a package group doesn't exist (#439922).Chris Lumens2008-04-021-0/+6
* Move /tmp/stage2.img to /mnt/sysimage to free up some memory (#438377).Chris Lumens2008-03-241-2/+2
* Make doMethodComplete not depend on the yum backendJeremy Katz2007-12-171-0/+3
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+13
* Allow going back to package selection after transaction errors.Chris Lumens2007-12-141-1/+1
* Just drop driver disks into /tmp instead of /tmp/ramfsJeremy Katz2007-12-061-2/+2
* Fix up the livecd to no longer use an InstallMethod.Chris Lumens2007-12-051-2/+5
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-3/+1
* Inform user about the arch mismatch and offer to upgrade rpm platformmsivak2007-10-261-0/+1
* Copy driver disk contents to /root after installation (#289751).Chris Lumens2007-09-181-2/+4
* If we did a kickstart install, use the %packages section from the ks fileChris Lumens2007-09-041-3/+2
* 2007-08-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-061-2/+2
* 2007-07-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-161-0/+4
* Add a method to write out repo lines to the anaconda-ks.cfg file for allChris Lumens2007-06-261-0/+8
* Add a bunch of questionable code that implements the new driver diskChris Lumens2007-06-261-69/+17
* Import constants (#234782).Chris Lumens2007-04-021-0/+1
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-1/+2
* Set instLog attribute on the backend so yum has somewhere to log to.Chris Lumens2007-03-121-1/+1
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-12/+0
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-0/+70
* Kickstart is no longer an install class!Chris Lumens2007-01-191-2/+6
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-3/+11
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-0/+4
* Fix text based install selection of languages as they are only set in LANG ifPaul Nasrat2006-11-011-1/+1
* 2006-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-221-1/+1
* Display full NEVRA in log (#189308)Paul Nasrat2006-05-221-2/+2
* Move account creation to where the root password is set, since it's theChris Lumens2006-05-051-20/+1
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-33/+32
* Add support for making users and for enabling/disabling services viaChris Lumens2006-05-031-0/+20
* Fix some deprecation warnings.Chris Lumens2006-03-301-3/+4
* 2006-03-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-041-3/+3
* Error if there's not enough disk space to install the selected packagesChris Lumens2006-03-031-1/+1
* Improved upgrade supportPaul Nasrat2006-02-221-0/+2
* Complain about unknown packages and groupsPaul Nasrat2006-02-171-3/+3
* Fix warningPaul Nasrat2006-02-081-1/+1