summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Expand)AuthorAgeFilesLines
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-05-301-0/+4
* Make sure kickstart scripts execute with the correct cwd (#237317).Chris Lumens2007-05-011-2/+2
* - Don't log an error just because we're making a directory that already exists.Peter Jones2007-01-041-1/+7
* Don't use all the complication of execWithRedirect so shells end up whereChris Lumens2006-12-151-4/+5
* Fix traceback (#211830).Chris Lumens2006-10-231-2/+2
* Here's a better fix.Chris Lumens2006-10-191-0/+6
* 2006-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-211-2/+2
* 2006-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-201-2/+2
* 2006-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-231-7/+6
* - don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as itPeter Jones2006-08-181-2/+0
* Flush the drive cache so we don't mistake hard drives for CD/DVD drives.Chris Lumens2006-08-171-0/+2
* Capture stderr output too (useful for logging VNC error messages).Chris Lumens2006-08-111-1/+2
* 2006-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-241-8/+16
* Check that any file given for stdin is available before trying to read from it.Chris Lumens2006-07-211-2/+8
* Move path check into preexec_fn so absolute symlinks to things that don't existChris Lumens2006-07-171-2/+2
* 2006-07-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-131-1/+1
* Removed getArch. Now to find some more stuff to deprecate.Chris Lumens2006-07-121-6/+1
* Removed iutil.copyFile.Chris Lumens2006-07-121-5/+0
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-128/+38
* - don't error if dm control node is already presentPeter Jones2006-06-161-1/+4
* 2006-06-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-091-0/+12
* Get ready for a surprise...David Cantrell2006-03-241-6/+6
* * iutil.py: Change isys.mknod to os.mknod. Change isys.makedev toDavid Cantrell2006-03-241-3/+3
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-7/+2
* Rip out the guts of iutil. Die die die.Chris Lumens2006-03-211-188/+17
* - fix partition naming for dm devicesPeter Jones2006-02-061-0/+2
* 2005-12-20 Bill Nottingham <notting@redhat.com>Bill Nottingham2005-12-201-0/+4
* Wrap the rhpl functions instead of copying.Chris Lumens2005-12-151-59/+7
* * iutil.py (execWithRedirect): Not the right place to write outDavid Cantrell2005-12-141-6/+0
* * anaconda: Record the PID of the forked process that handlesDavid Cantrell2005-12-131-1/+7
* 2005-11-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-151-0/+21
* Make /dev/input/event* device nodes needed for some laptop mice.Chris Lumens2005-10-141-0/+4
* Add support for Pegasos machine (dwmw2, #166013).Chris Lumens2005-08-161-0/+1
* Use new logging system.Chris Lumens2005-08-121-10/+12
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+4
* remove Size changes until I'm ready to commit them to more of the treePeter Jones2005-03-141-24/+27
* fix the typo I just checked in. swapAmount() has been tested since then ;)Peter Jones2005-03-091-1/+1
* make everything appropriate in iutil return Size objects.Peter Jones2005-03-091-27/+24
* I will not rely on line numbers in /proc/meminfo.Peter Jones2005-03-091-6/+7
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-1/+1
* 2004-11-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-031-1/+3
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-1/+1
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-3/+2
* look for usbdevfs being mounted in addition to usbfs... this has beenJeremy Katz2004-08-311-0/+2
* allow for doing something with stderr when doing an execWithCapture (partJeremy Katz2004-08-031-1/+10
* sys.exit -> os._exit in children (from msw)Jeremy Katz2004-05-191-2/+2
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+1
* only open fds for stdin, stderr, and stdout in the child to avoid holdingJeremy Katz2004-02-181-14/+7
* fix searchpath for execWithCaptureJeremy Katz2003-12-231-1/+1
* helps to commit this partJeremy Katz2003-12-081-3/+3