summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-0/+3
|
* remove 8 char limit on usernames. Resolves bug 27011bfox2001-09-211-3/+0
|
* ints are very small things, easy to overflow. ;-). Use longs. Be happy.Matt Wilson2001-08-101-2/+2
|
* oops, memInstalled returns in kilobytes, not bytesJeremy Katz2001-08-091-1/+2
|
* use e820 to find out memory info if possible (51210)Jeremy Katz2001-08-091-7/+16
|
* make syslog a global object and don't kill it, let init kill it later. #47556Matt Wilson2001-07-061-26/+0
|
* copyrightMatt Wilson2001-06-221-0/+15
|
* get floppy code working againErik Troan2001-06-211-99/+0
|
* revert S390 changesKarsten Hopp2001-06-201-4/+0
|