summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Expand)AuthorAgeFilesLines
* Close the opened file descriptors when necessary. (#499854)Joel Granados Moreno2009-08-061-2/+35
* Don't show formatting progress bar after mkfs has exited.Eric Kerin2009-07-161-1/+12
* fix backtrace in s390 reipl support due to missing anaconda.id.fsset (#509877)Steffen Maier2009-07-061-27/+3
* Stop using rhpl.arch in writeRpmPlatform()Jeremy Katz2009-07-011-4/+3
* Stop using rhpl.translateJeremy Katz2009-07-011-1/+3
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-6/+2
* Use powers of two in swapSuggestion (#463885).Chris Lumens2009-05-201-3/+3
* Move _resetRpmDb into iutil so we can access it everywhere.Chris Lumens2009-04-301-0/+7
* Remove requirement for EFI machines to be x86, since IA64 is too (#497934).Chris Lumens2009-04-281-4/+3
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-16/+15
* Run programs with LC_ALL=C in case we're parsing output (#492549).Chris Lumens2009-04-131-2/+10
* Do not write "Running..." to stdout, as that could be tty1.Chris Lumens2009-03-121-2/+3
* stdout and stderr may also need to be created.Chris Lumens2009-03-091-5/+5
* Merge branch 'master' into storageDavid Lehman2009-03-041-0/+180
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+181
* | More work on iutil.execWith function file handling.David Lehman2009-03-031-29/+45
* | os.dup2 wants a fileno, not a file. Also, don't clobber the name str.David Lehman2009-02-271-3/+3
* | hasiSeriesNativeStorage is no longer used anywhere.Chris Lumens2009-02-271-19/+0
* | Fix iutil.execWithFoo's file handling.David Lehman2009-02-271-21/+39
* | Add some useful functions to iutil.David Lehman2009-02-231-0/+52
|/
* Remove statement without effect to make pychecker happyHans de Goede2009-02-061-2/+0
* Pay attention to the stderr parameter to execWithCapture.Chris Lumens2009-02-021-2/+5
* Include the missing import.Chris Lumens2009-01-091-1/+1
* Log everything from execWithRedirect or execWithCapture (#467690).Chris Lumens2009-01-071-8/+43
* Move strip_markup() into iutil.Chris Lumens2008-12-051-0/+16
* yuminstall: don't ever stop people installing the virt groupMark McLoughlin2008-08-081-35/+0
* Change the maximum recommended swap size to "2000 + (current ram)".(#447372)Joel Andres Granados2008-08-061-2/+2
* Declare variables before trying to use them (#455361).Chris Lumens2008-07-151-0/+2
* 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