index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rescue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite iscsi code using libiscsi
Hans de Goede
2009-02-11
1
-0
/
+1
*
Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).
Chris Lumens
2009-01-07
1
-1
/
+1
*
Prevent traceback when there are no network devices (#469339)
David Cantrell
2008-11-04
1
-0
/
+2
*
Fix bringing up the network in rescue mode (#466523).
Chris Lumens
2008-10-10
1
-44
/
+12
*
Log error in rescue mode is network.bringUp() fails.
David Cantrell
2008-09-24
1
-1
/
+2
*
Fix problems with bringDeviceUp() calls (#463512)
David Cantrell
2008-09-24
1
-9
/
+1
*
Call network.bringDeviceUp() instead of old isys functions.
David Cantrell
2008-09-15
1
-33
/
+2
*
Fix a traceback when starting a shell in rescue mode (#462148).
Chris Lumens
2008-09-15
1
-2
/
+2
*
Use print() as a function.
Peter Jones
2008-09-08
1
-3
/
+3
*
Handle 'rescue' and %post in rescue mode
Alexander Todorov
2008-08-11
1
-52
/
+83
*
A text message in rescue.py is not gettext-ized
Alexander Todorov
2008-07-23
1
-1
/
+1
*
Import missing module "network".
Peter Jones
2008-07-07
1
-0
/
+1
*
Rescue mode no longer needs access to a methodstr (#453044).
Chris Lumens
2008-06-27
1
-10
/
+1
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-1
/
+3
*
Support stage2= for NFS installs.
Chris Lumens
2008-03-04
1
-1
/
+1
*
Do the man pages in rescue mode the right way.
Joel Andres Granados
2008-02-12
1
-3
/
+0
*
Add UI for passphrase prompting to rescue mode.
David Lehman
2008-02-05
1
-1
/
+7
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-2
/
+2
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-8
/
+14
*
Begin removing references to anaconda.method and anaconda.methodstr.
Chris Lumens
2007-12-05
1
-1
/
+0
*
Lots of minor pychecker error fixes. Some of these are even real problems.
Chris Lumens
2007-09-19
1
-0
/
+1
*
Remove unused imports. Yes I know this is stupid nitpicky crap, but I like
Chris Lumens
2007-09-19
1
-2
/
+0
*
resque.py: Make man pages work when chrooting to /mnt/sysimage.
jgranado
2007-08-28
1
-2
/
+2
*
* iutil.py (makeDriveDeviceNodes): Fix number of created scsi
msivak
2007-08-17
1
-1
/
+1
*
2007-07-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-25
1
-5
/
+0
*
* rescue.py (runShell): mount /dev/pts in rescue mode (#228714)
dlehman
2007-05-31
1
-0
/
+3
*
2007-04-30 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-04-30
1
-9
/
+27
*
* rescue.py (startNetworking): Call the right functions to bring up
David Cantrell
2007-04-27
1
-11
/
+7
*
Knife goes in, guts come out. HATE INCONSISTENT USE OF TABS.
David Cantrell
2007-04-26
1
-198
/
+192
*
2007-01-24 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-24
1
-1
/
+2
*
2007-01-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-23
1
-1
/
+0
*
Make device nodes in anaconda instead of in runRescue so cachedDrives isn't
Chris Lumens
2006-12-14
1
-4
/
+0
*
Here's a better fix.
Chris Lumens
2006-10-19
1
-5
/
+1
*
Don't specify a stdout or stderr for shells on s390 (#210481).
Chris Lumens
2006-10-19
1
-1
/
+5
*
2006-09-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-15
1
-4
/
+6
*
- make /mnt/runtime symlink for mke2fs.conf where appropriate
Peter Jones
2006-08-21
1
-1
/
+1
*
That's what I meant.
Chris Lumens
2006-08-04
1
-1
/
+1
*
Look for ifconfig in the right place (#201372).
Chris Lumens
2006-08-04
1
-1
/
+1
*
2006-07-26 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-26
1
-1
/
+1
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-1
/
+1
*
See ChangeLog.
David Cantrell
2006-07-07
1
-1
/
+1
*
PSU, PSU wherefore art though...
Paul Nasrat
2006-07-07
1
-6
/
+1
*
Display fs labels next to rescue choices (#196345).
Chris Lumens
2006-06-26
1
-1
/
+9
*
Fix rescue mode by using text install's runShell code instead. Tested
Chris Lumens
2006-06-16
1
-27
/
+23
*
Fix the first part of rescue mode brokenness.
Chris Lumens
2006-06-01
1
-0
/
+1
*
Don't try to mount protected partitions again, as this will cause an error
Chris Lumens
2006-05-26
1
-2
/
+1
*
Change findExistingRoots to use the anaconda class, which required a
Chris Lumens
2006-05-17
1
-28
/
+24
*
ChangeLog
Paul Nasrat
2006-03-14
1
-0
/
+2
*
* rescue.py: Added runShell() to handle spawning the tty1 shell for
David Cantrell
2006-03-03
1
-4
/
+14
*
2006-02-22 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-22
1
-1
/
+9
[next]