summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | remove comments about the scale of the value returned.
* I will not rely on line numbers in /proc/meminfo.Peter Jones2005-03-091-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 Katz2004-12-201-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 Katz2004-11-031-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 Katz2004-10-041-1/+1
| | | | * iutil.py (makeDriveDeviceNodes): Create more RAID devs (#134438)
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-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 beenJeremy Katz2004-08-311-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 (partJeremy Katz2004-08-031-1/+10
| | | | of #128814)
* 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
| | | | things open (#114771)
* 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
| | | | the amount of ram used (#105643). then count both /tmp and /tmp/ramfs
* if you boot with rpmarch=i586 (or similar), use that as theJeremy Katz2003-08-131-3/+15
| | | | | | architecture (#101971) yes, you can shoot yourself in the foot with this.
* 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
| | | | little things across the board
* slight change in memory sniffing routines. memInstalled() returns amount ↵Mike Fulbright2003-06-231-3/+28
| | | | plugged into the motherboard. Removed unused corrected mode. The function memAvailable() returns amount of RAM left over after allocation to ramfs fs in /tmp.
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-1/+1
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+25
| | | | and cleanups in here too
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-7/+4
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* 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
| | | | so that people don't cut and paste it for use elsewhere
* give option to quiet this down now its called in autopart.py:growParts() a ↵Mike Fulbright2003-01-141-5/+8
| | | | whole lot
* 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
| | | | based on patch from Dan Burcaw (dburcaw@terrasoftsolutions.com)
* 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 ↵Jeremy Katz2002-07-111-3/+6
| | | | set the clock for some reason. real problems will be ferretted out by finding packages to upgrade
* 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 ↵Jeremy Katz2002-06-281-6/+2
| | | | if you crash in the child
* 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 ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-1/+5
| | | | work now, at least in gui. text mode might, though
* the bootloader files belong in booty now, so axe them from here. moveJeremy Katz2002-02-131-0/+17
| | | | needsEnterpriseKernel into iutil
* 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
|