summaryrefslogtreecommitdiffstats
path: root/backend.py
Commit message (Expand)AuthorAgeFilesLines
* Don't reset the default package selection on text installs (#564103).Chris Lumens2010-02-121-1/+2
* Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-041-1/+1
* Move storage into the Anaconda class.Chris Lumens2010-02-041-3/+3
* Move the writeKS and write methods from InstallData to Anaconda.Chris Lumens2010-02-041-1/+1
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-8/+6
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-3/+3
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-1/+1
* On text kickstart installs, doBasePackageSelect still needs to run (#559593).Chris Lumens2010-02-021-1/+1
* Introducing a proper syslog daemon allows us to remove the syslogd stub we have.Ales Kozumplik2010-01-211-4/+3
* Make sure /tmp/DD exists before trying to copy it.Chris Lumens2010-01-111-4/+5
* Install the driver discs according to what was loaded in stage1Martin Sivak2010-01-081-6/+13
* Restore accidentally removed line in backend.pyHans de Goede2009-12-161-1/+1
* Add a method to remove /tmp/install.img on low memory conditions (jvonau).Chris Lumens2009-12-161-0/+15
* Make sure /mnt/stage2 is mounted before trying to unmount.Jerry2009-12-161-1/+2
* Skip the mediaDevice check before attempting to mount the install.img.Jerry2009-12-161-5/+1
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-15/+7
* Remove test mode.Chris Lumens2009-12-031-3/+2
* Use fs with largest amount of freespace to store install.imgHans de Goede2009-11-231-1/+1
* Add escrow supportMiloslav Trmač2009-09-141-0/+3
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-2/+2
* 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