summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 27011helpbfox2001-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
|
* patches for s390Karsten Hopp2001-06-201-0/+4
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-10/+128
|
* dont let min get bigger than max\!Mike Fulbright2001-03-221-1/+3
|
* 1) added swapAmount()Erik Troan2001-03-091-5/+12
| | | | 2) use proper long number for reading /proc/meminfo
* bump sizes of autoallocation attempts to reflect new sizes of components, as ↵Mike Fulbright2001-03-081-0/+21
| | | | well as 2.4 swap requirements
* made execWithCapture() capture an arbitrary file descriptor, be able to throwErik Troan2001-03-071-2/+8
| | | | away another file descriptor
* nuke bogus printoutsMatt Wilson2001-02-051-2/+0
|
* added memory overhead facilityErik Troan2001-02-011-1/+15
|
* broke all language-related operations. so there.Erik Troan2001-01-251-39/+0
|
* syntax errorsMatt Wilson2001-01-181-2/+2
|
* don't fail on waitpid failuresMatt Wilson2001-01-181-2/+9
|
* don't rely on environment to get kbd defaultMatt Wilson2001-01-051-2/+2
|
* get the locale from todo, not the environmentMatt Wilson2001-01-041-2/+2
|
* handle running out of space when copying stage2.img a bit more maturallyErik Troan2000-08-081-13/+15
|
* copyFile() allows progress windowErik Troan2000-05-111-1/+14
|
* raised block size to 256kErik Troan2000-05-101-1/+1
|
* make default tz US/EasternMike Fulbright2000-05-041-1/+1
|
* chdir into chrootErik Troan2000-04-191-1/+3
|
* merge from anaconda-6-2j-branchMatt Wilson2000-04-171-0/+39
|