summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Expand)AuthorAgeFilesLines
* Don't do the "exec shell on tty1" thing in vnc if we've got virtual terminals.Peter Jones2008-06-051-0/+6
* Can't reference iutil.whatever from inside iutil.py.Chris Lumens2008-06-041-9/+9
* Fix a couple typos in the getArch commit.Chris Lumens2008-06-041-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-15/+108
* Use the execWithCapture wrapper to be consistent.Joel Andres Granados2008-04-241-3/+1
* Lookinig for the capabilities file in xen is valid in more cases.Joel Andres Granados2008-04-231-1/+1
* Avoid putting virtualization option when in Xen or VMware. (#443373)Joel Andres Granados2008-04-231-0/+17
* Don't traceback if stdout is an fd eitherJeremy Katz2008-03-311-2/+3
* iutil doesn't need isys anymoreJeremy Katz2008-03-311-1/+1
* Make sure there's a stdout to write to.Chris Lumens2008-03-281-1/+3
* Make sure we give the command that's run on stdout so that it's loggedJeremy Katz2008-03-271-0/+2
* Rework isEfi() to be slightly more conservative.Peter Jones2008-03-041-5/+5
* Don't write out /etc/rpm/platform anymore.Jeremy Katz2008-02-281-3/+3
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Get out of the business of creating device nodes.Bill Nottingham2007-12-071-84/+0
* Remove final traces of /tmp/ramfs usageJeremy Katz2007-12-061-3/+0
* set stdin for pulse progress if neededJeremy Katz2007-11-291-0/+2
* add iutil.execWithPulseProgress to do a pulsing progress barJeremy Katz2007-11-291-0/+60
* Inform user about the arch mismatch and offer to upgrade rpm platformmsivak2007-10-261-1/+1
* * iutil.py (makeDriveDeviceNodes): create all variations of tape drivedlehman2007-09-171-1/+5
* * iutil.py (makeDriveDeviceNodes): Fix number of created scsimsivak2007-08-171-1/+1
* Add API documentation to a couple files as examples.Chris Lumens2007-07-271-33/+72
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-0/+5
* - fix error reporting in execWithRedirectPeter Jones2007-07-251-2/+3
* - add support for x86 machines with efiPeter Jones2007-07-181-0/+14
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-07-111-0/+4
* Set preferred color on upgrades (#235757)Paul Nasrat2007-05-141-2/+15
* Log the failing command as well as raising an exception, as some callers justChris Lumens2007-05-011-0/+2
* Set preferred color (#235757)Paul Nasrat2007-05-011-0/+3
* Add support for spufs (#237725)Paul Nasrat2007-04-251-0/+20
* Make sure kickstart scripts execute with the correct cwd (#237317).Chris Lumens2007-04-231-3/+3
* - explicitly make argv a list in execWith{Capture,Redirect}Peter Jones2007-01-151-0/+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)Paul Nasrat2006-10-231-2/+2
* Here's a better fix.Chris Lumens2006-10-191-0/+6
* Tweak min/max swap numbers for the low memory case (#189490).Chris Lumens2006-10-121-3/+3
* 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