summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Expand)AuthorAgeFilesLines
* 2004-12-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-141-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
* make the device-mapper device nodeJeremy Katz2003-12-031-0/+30
* usbfs and not usbdevfs nowJeremy Katz2003-12-011-1/+1
* fix for 2.6Jeremy Katz2003-11-141-4/+7
* don't cross mounts with getDirSize to avoid counting the nfs tree inJeremy Katz2003-10-221-1/+6
* if you boot with rpmarch=i586 (or similar), use that as theJeremy Katz2003-08-131-3/+15
* ignore symlinksMike Fulbright2003-08-061-1/+1
* merge from taroon branch to headJeremy Katz2003-07-311-0/+15
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-1/+2
* slight change in memory sniffing routines. memInstalled() returns amount plug...Mike Fulbright2003-06-231-3/+28
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-1/+1
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+25
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-7/+4
* oops, how did I rmeove thisJeremy Katz2003-02-281-0/+1
* fixup to make our rmrf even better (don't follow symlinks) and add a warningJeremy Katz2003-02-261-2/+4
* give option to quiet this down now its called in autopart.py:growParts() a wh...Mike Fulbright2003-01-141-5/+8
* merge from s390 branchMatt Wilson2003-01-081-0/+2
* memoryOverhead isn't used anywhere anymore. simplifyJeremy Katz2002-12-031-12/+0
* import raidJeremy Katz2002-10-301-0/+2
* make device nodes for all raid devices also (#71908)Jeremy Katz2002-10-251-0/+5
* methods to determine the type of ppc machine.Jeremy Katz2002-10-231-0/+105
* iutil.getArch() for ppcJeremy Katz2002-10-221-0/+3
* simplify this. it'll also mean we don't traceback if tmptzdata doesn't get setJeremy Katz2002-09-271-9/+3
* add function to see if we have usbdevfs mounted or notMike Fulbright2002-08-151-0/+22
* call bash as bash instead of sh. also, don't completely die if we fail to se...Jeremy Katz2002-07-111-3/+6
* create smartarray devices nodes correctly (#67652)Jeremy Katz2002-07-111-1/+7
* only check access on execv, not execvp. don't raise exceptions after the fork()Matt Wilson2002-07-081-5/+9
* we really need this, otherwise you can't debug/save tracebacks to a floppy if...Jeremy Katz2002-06-281-6/+2
* commented out seemingly useless code for nowMike Fulbright2002-06-071-2/+6
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+1
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-1/+1
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-1/+5
* the bootloader files belong in booty now, so axe them from here. moveJeremy Katz2002-02-131-0/+17
* use os.chroot nowJeremy Katz2002-02-131-2/+2
* oh yeah goodbye reconfigMike Fulbright2002-02-081-14/+0
* typo fixJeremy Katz2002-02-011-1/+1
* fix number insteadJeremy Katz2002-02-011-2/+2
* anacondaJeremy Katz2002-02-011-0/+20
* duhJeremy Katz2002-01-301-1/+1
* add a way to copy device nodesJeremy Katz2002-01-301-0/+15