Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set preferred color (#235757) | Paul Nasrat | 2007-05-01 | 1 | -0/+3 | |
| | ||||||
* | Add support for spufs (#237725) | Paul Nasrat | 2007-04-25 | 1 | -0/+20 | |
| | ||||||
* | Make sure kickstart scripts execute with the correct cwd (#237317). | Chris Lumens | 2007-04-23 | 1 | -3/+3 | |
| | ||||||
* | - explicitly make argv a list in execWith{Capture,Redirect} | Peter Jones | 2007-01-15 | 1 | -0/+2 | |
| | ||||||
* | - Don't log an error just because we're making a directory that already exists. | Peter Jones | 2007-01-04 | 1 | -1/+7 | |
| | ||||||
* | Don't use all the complication of execWithRedirect so shells end up where | Chris Lumens | 2006-12-15 | 1 | -4/+5 | |
| | | | | they're supposed to be (#210481, #216155). | |||||
* | Fix traceback (#211830) | Paul Nasrat | 2006-10-23 | 1 | -2/+2 | |
| | ||||||
* | Here's a better fix. | Chris Lumens | 2006-10-19 | 1 | -0/+6 | |
| | ||||||
* | Tweak min/max swap numbers for the low memory case (#189490). | Chris Lumens | 2006-10-12 | 1 | -3/+3 | |
| | ||||||
* | 2006-09-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-21 | 1 | -2/+2 | |
| | | | | * iutil.py (writeRpmPlatform): Fix flags (#207594) | |||||
* | 2006-09-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-20 | 1 | -2/+2 | |
| | | | | | | | * anaconda (Anaconda.setMethod): Allow passing --targetarch (#206881) * flags.py (Flags.__init__): Set targetarch as a flag * iutil.py (writeRpmPlatform): Use flag | |||||
* | 2006-08-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-23 | 1 | -7/+6 | |
| | | | | | * iutil.py (cpuFeatureFlags): Add a method to get cpu feature flags, remove no longer used hasNX | |||||
* | - don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as it | Peter Jones | 2006-08-18 | 1 | -2/+0 | |
| | | | | screws up dm devices in our cache | |||||
* | Flush the drive cache so we don't mistake hard drives for CD/DVD drives. | Chris Lumens | 2006-08-17 | 1 | -0/+2 | |
| | ||||||
* | Capture stderr output too (useful for logging VNC error messages). | Chris Lumens | 2006-08-11 | 1 | -1/+2 | |
| | ||||||
* | 2006-07-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-07-24 | 1 | -8/+16 | |
| | | | | | * iutil.py (isMactel): Make this persist so we don't run dmidecode a bazillion times | |||||
* | Check that any file given for stdin is available before trying to read from it. | Chris Lumens | 2006-07-21 | 1 | -2/+8 | |
| | | | | Otherwise, use the regular stdin instead. | |||||
* | Move path check into preexec_fn so absolute symlinks to things that don't exist | Chris Lumens | 2006-07-17 | 1 | -2/+2 | |
| | | | | in the stage2 image work. | |||||
* | 2006-07-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-07-13 | 1 | -1/+1 | |
| | | | | * iutil.py: Remove unused import. | |||||
* | Removed getArch. Now to find some more stuff to deprecate. | Chris Lumens | 2006-07-12 | 1 | -6/+1 | |
| | ||||||
* | Removed iutil.copyFile. | Chris Lumens | 2006-07-12 | 1 | -5/+0 | |
| | ||||||
* | Use subprocess instead of our own code. Fix all calls to execWith* so | Chris Lumens | 2006-07-12 | 1 | -128/+38 | |
| | | | | | the command is no longer the first argument, since subprocess doesn't work that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf. | |||||
* | - don't error if dm control node is already present | Peter Jones | 2006-06-16 | 1 | -1/+4 | |
| | ||||||
* | 2006-06-09 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-09 | 1 | -0/+12 | |
| | | | | * iutil.py (isMactel): Add a way to check if a box is a mactel | |||||
* | Get ready for a surprise... | David Cantrell | 2006-03-24 | 1 | -6/+6 | |
| | | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates. | |||||
* | * iutil.py: Change isys.mknod to os.mknod. Change isys.makedev to | David Cantrell | 2006-03-24 | 1 | -3/+3 | |
| | | | | os.makedev. | |||||
* | Create a dictionary in flags.py for storing /proc/cmdline. Nuke all | Chris Lumens | 2006-03-22 | 1 | -7/+2 | |
| | | | | references to /proc/cmdline from everywhere else in favor of this dict. | |||||
* | Rip out the guts of iutil. Die die die. | Chris Lumens | 2006-03-21 | 1 | -188/+17 | |
| | ||||||
* | - fix partition naming for dm devices | Peter Jones | 2006-02-06 | 1 | -0/+2 | |
| | ||||||
* | 2005-12-20 Bill Nottingham <notting@redhat.com> | Bill Nottingham | 2005-12-20 | 1 | -0/+4 | |
| | | | | * iutil.py (getPPCMachine): Be silent on non-ppc arches. | |||||
* | Wrap the rhpl functions instead of copying. | Chris Lumens | 2005-12-15 | 1 | -59/+7 | |
| | ||||||
* | * iutil.py (execWithRedirect): Not the right place to write out | David Cantrell | 2005-12-14 | 1 | -6/+0 | |
| | | | | the vnc shell pid. | |||||
* | * anaconda: Record the PID of the forked process that handles | David Cantrell | 2005-12-13 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | spawning the shell when you are using the VNC mode. * iutil.py (execWithRedirect): If we see /tmp/vncshell.pid, record the PID of whatever we just spawned. * exception.py (handleException): If we see /tmp/vncshell.pid, open it and kill everything listed. Attempt to reclaim std IO. Drop to pdb after we have made sure the shell and spawning loop are dead. Generic comment: Statements like "if not child:" are misleading because that test would be true if it actually was the child. I have changed a few to "if child == 0:" to make it more readable. | |||||
* | 2005-11-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-11-15 | 1 | -0/+21 | |
| | | | | | | | * yuminstall.py (YumBackend.getBestKernelByArch): Install smp kernel if NX is present (#172345) * iutil.py (hasNX): Add a method to find out if we have NX | |||||
* | Make /dev/input/event* device nodes needed for some laptop mice. | Chris Lumens | 2005-10-14 | 1 | -0/+4 | |
| | ||||||
* | Add support for Pegasos machine (dwmw2, #166013). | Chris Lumens | 2005-08-16 | 1 | -0/+1 | |
| | ||||||
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -10/+12 | |
| | ||||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -1/+4 | |
| | | | | | | | | * iutil.py (writeRpmPlatform): patch from Joe Pruett to improve rpmarch= support (#101971) * iw/ipwidget.py (IPEditor.dehydrate): Make sure people get decimal IP addrs. (#122038) | |||||
* | remove Size changes until I'm ready to commit them to more of the tree | Peter Jones | 2005-03-14 | 1 | -24/+27 | |
| | ||||||
* | fix the typo I just checked in. swapAmount() has been tested since then ;) | Peter Jones | 2005-03-09 | 1 | -1/+1 | |
| | ||||||
* | make everything appropriate in iutil return Size objects. | Peter Jones | 2005-03-09 | 1 | -27/+24 | |
| | | | | remove comments about the scale of the value returned. | |||||
* | I will not rely on line numbers in /proc/meminfo. | Peter Jones | 2005-03-09 | 1 | -6/+7 | |
| | | | | | | I will not rely on line numbers in /proc/meminfo. I will not rely on line numbers in /proc/meminfo. (fix swap detection during upgrade) | |||||
* | 2004-12-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-20 | 1 | -1/+1 | |
| | | | | | | | | | * command-stubs/mknod-stub (main): Add * partedUtils.py (get_partition_name): * iutil.py (makeDriveDeviceNodes): * fsset.py (prepbootFileSystem.getDiskPart): Promise SX8 devices are of the form /dev/sx8/dpn; support this as needed. | |||||
* | 2004-11-03 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-03 | 1 | -1/+3 | |
| | | | | | | | | | * autopart.py (getAutopartitionBoot): Use iutil.hasiSeriesNativeStorage instead of iutil.hasIbmSis() * partitions.py (Partitions.sanityCheckAllRequests): Likewise. * iutil.py (hasiSeriesNativeStorage): Rename from hasIbmSis(), check for ipr as well as ibmsis. | |||||
* | 2004-10-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-04 | 1 | -1/+1 | |
| | | | | * iutil.py (makeDriveDeviceNodes): Create more RAID devs (#134438) | |||||
* | 2004-09-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-23 | 1 | -3/+2 | |
| | | | | | * iutil.py (makeDriveDeviceNodes): Create more RAID devices. (makeDriveDeviceNodes): i2o devices don't use a "p" separator (#133379) | |||||
* | look for usbdevfs being mounted in addition to usbfs... this has been | Jeremy Katz | 2004-08-31 | 1 | -0/+2 | |
| | | | | | broken for a while without anyone noticing. could fix some of the random hangs that get seen | |||||
* | allow for doing something with stderr when doing an execWithCapture (part | Jeremy Katz | 2004-08-03 | 1 | -1/+10 | |
| | | | | of #128814) | |||||
* | sys.exit -> os._exit in children (from msw) | Jeremy Katz | 2004-05-19 | 1 | -2/+2 | |
| | ||||||
* | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -1/+1 | |
| |