| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Make /dev/input/event* device nodes needed for some laptop mice. | Chris Lumens | 2005-10-14 | 1 | -0/+1 |
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -7/+9 |
* | 2005-04-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-12 | 1 | -2/+2 |
* | 2004-11-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-02 | 1 | -0/+2 |
* | 2004-10-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-15 | 1 | -1/+5 |
* | fix traceback in rescue mode on weird cases so that they at least | Jeremy Katz | 2004-08-30 | 1 | -1/+4 |
* | don't traceback if we fail to create symlinks for rescue mode stuff | Jeremy Katz | 2004-07-09 | 1 | -1/+4 |
* | another selinux fix | Jeremy Katz | 2004-06-16 | 1 | -1/+1 |
* | sys.exit -> os._exit in children (from msw) | Jeremy Katz | 2004-05-19 | 1 | -1/+1 |
* | symlink /etc/security for rescue mode too | Jeremy Katz | 2004-03-23 | 1 | -1/+1 |
* | remove some Red Hat-isms | Bill Nottingham | 2003-12-16 | 1 | -1/+1 |
* | merge from taroon branch | Jeremy Katz | 2003-08-27 | 1 | -1/+2 |
* | adjust matching criteria to be slightly relaxed | Mike Fulbright | 2003-08-15 | 1 | -1/+1 |
* | more /usr/kerberos pruning | Jeremy Katz | 2003-07-23 | 1 | -1/+1 |
* | merge from taroon branch. product.img stuff, md can be modular, lots of | Jeremy Katz | 2003-07-16 | 1 | -2/+33 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -1/+1 |
* | fix starting networking during rescue mode | Mike Fulbright | 2003-05-09 | 1 | -12/+59 |
* | translate and then substitute, not vice versa (#83799)anaconda-s390-tag7 | Jeremy Katz | 2003-02-10 | 1 | -3/+3 |
* | moved loading of st.o to loader | Mike Fulbright | 2003-02-07 | 1 | -6/+0 |
* | make back button work | Mike Fulbright | 2003-01-29 | 1 | -10/+16 |
* | shell out and cleanse return code to fix bug mike m was seeing | Mike Fulbright | 2003-01-21 | 1 | -2/+4 |
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
* | make man pages work in rescue mode, plus make /bin/bash available so scripts ... | Mike Fulbright | 2003-01-14 | 1 | -4/+21 |
* | added man support to rescue mode, ala bug #81628 | Mike Fulbright | 2003-01-13 | 1 | -0/+25 |
* | handle change for findExistingRoots. this code has got to be changed to be l... | Jeremy Katz | 2003-01-12 | 1 | -1/+1 |