summaryrefslogtreecommitdiffstats
path: root/rescue.py
Commit message (Expand)AuthorAgeFilesLines
* RescueInterface should inherit from InstallInterfaceBase tooHans de Goede2010-02-201-1/+3
* Merge branch 'no-instdata'Chris Lumens2010-02-081-14/+14
|\
| * Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+2
| * Move network to the Anaconda object.Chris Lumens2010-02-041-2/+2
| * Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
| * Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-8/+8
| * Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
* | Add missing methods to RescueInterfacePeter Jones2010-02-051-0/+6
|/
* Fixed the setting of LD_LIBRARY_PATH in rescueMartin Gracik2010-01-181-1/+3
* We moved from dialog to newt.. (#528497)Martin Sivak2009-10-121-1/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-3/+3
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-4/+4
* Fix some typos in rescue mode (#515091)Martin Sivak2009-08-041-4/+4
* Make upgradeany boot option work again (#513227)Radek Vykydal2009-07-301-1/+1
* Run firstaidkit-qs script instead of the shell (shows rescue menu) (#508512)Martin Sivak2009-07-161-5/+32
* Add more windows to the rescue interface class (#498014).Chris Lumens2009-04-281-0/+15
* Pass anaconda to turnOnSwap so we can use swap files.David Lehman2009-04-241-1/+1
* Touch /.autorelabel when running under rescue mode (#491747).Chris Lumens2009-04-161-0/+3
* If there are no installs to rescue via kickstart, display an error.Chris Lumens2009-03-311-0/+3
* Let mountFilesystems handling bind mounting /dev (#490772).Chris Lumens2009-03-231-6/+0
* Make some fixes to the rescue mode system selection UI (#489973, #489977).Chris Lumens2009-03-201-2/+5
* Do not traceback at the very beginning of rescue modeMartin Sivak2009-03-201-3/+3
* Use booleans in isys.mount() and isys.umount()David Cantrell2009-03-181-2/+2
* Initialize storage in rescue mode so we can find roots (#488984).Chris Lumens2009-03-111-1/+4
* Updates to make existing code use the new storage module.David Lehman2009-02-231-25/+21
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-0/+1
* Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).Chris Lumens2009-01-071-1/+1
* Prevent traceback when there are no network devices (#469339)David Cantrell2008-11-041-0/+2
* Fix bringing up the network in rescue mode (#466523).Chris Lumens2008-10-101-44/+12
* Log error in rescue mode is network.bringUp() fails.David Cantrell2008-09-241-1/+2
* Fix problems with bringDeviceUp() calls (#463512)David Cantrell2008-09-241-9/+1
* Call network.bringDeviceUp() instead of old isys functions.David Cantrell2008-09-151-33/+2
* Fix a traceback when starting a shell in rescue mode (#462148).Chris Lumens2008-09-151-2/+2
* Use print() as a function.Peter Jones2008-09-081-3/+3
* Handle 'rescue' and %post in rescue modeAlexander Todorov2008-08-111-52/+83
* A text message in rescue.py is not gettext-izedAlexander Todorov2008-07-231-1/+1
* Import missing module "network".Peter Jones2008-07-071-0/+1
* Rescue mode no longer needs access to a methodstr (#453044).Chris Lumens2008-06-271-10/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
* Support stage2= for NFS installs.Chris Lumens2008-03-041-1/+1
* Do the man pages in rescue mode the right way.Joel Andres Granados2008-02-121-3/+0
* Add UI for passphrase prompting to rescue mode.David Lehman2008-02-051-1/+7
* 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-8/+14
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-1/+0
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-0/+1
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
* resque.py: Make man pages work when chrooting to /mnt/sysimage.jgranado2007-08-281-2/+2
* * iutil.py (makeDriveDeviceNodes): Fix number of created scsimsivak2007-08-171-1/+1
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-5/+0