| Commit message (Expand) | Author | Age | Files | Lines |
* | give option to quiet this down now its called in autopart.py:growParts() a wh... | Mike Fulbright | 2003-01-14 | 1 | -5/+8 |
* | merge from s390 branch | Matt Wilson | 2003-01-08 | 1 | -0/+2 |
* | memoryOverhead isn't used anywhere anymore. simplify | Jeremy Katz | 2002-12-03 | 1 | -12/+0 |
* | import raid | Jeremy Katz | 2002-10-30 | 1 | -0/+2 |
* | make device nodes for all raid devices also (#71908) | Jeremy Katz | 2002-10-25 | 1 | -0/+5 |
* | methods to determine the type of ppc machine. | Jeremy Katz | 2002-10-23 | 1 | -0/+105 |
* | iutil.getArch() for ppc | Jeremy Katz | 2002-10-22 | 1 | -0/+3 |
* | simplify this. it'll also mean we don't traceback if tmptzdata doesn't get set | Jeremy Katz | 2002-09-27 | 1 | -9/+3 |
* | add function to see if we have usbdevfs mounted or not | Mike Fulbright | 2002-08-15 | 1 | -0/+22 |
* | call bash as bash instead of sh. also, don't completely die if we fail to se... | Jeremy Katz | 2002-07-11 | 1 | -3/+6 |
* | create smartarray devices nodes correctly (#67652) | Jeremy Katz | 2002-07-11 | 1 | -1/+7 |
* | only check access on execv, not execvp. don't raise exceptions after the fork() | Matt Wilson | 2002-07-08 | 1 | -5/+9 |
* | we really need this, otherwise you can't debug/save tracebacks to a floppy if... | Jeremy Katz | 2002-06-28 | 1 | -6/+2 |
* | commented out seemingly useless code for now | Mike Fulbright | 2002-06-07 | 1 | -2/+6 |
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -1/+5 |
* | the bootloader files belong in booty now, so axe them from here. move | Jeremy Katz | 2002-02-13 | 1 | -0/+17 |
* | use os.chroot now | Jeremy Katz | 2002-02-13 | 1 | -2/+2 |
* | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 1 | -14/+0 |
* | typo fix | Jeremy Katz | 2002-02-01 | 1 | -1/+1 |
* | fix number instead | Jeremy Katz | 2002-02-01 | 1 | -2/+2 |
* | anaconda | Jeremy Katz | 2002-02-01 | 1 | -0/+20 |
* | duh | Jeremy Katz | 2002-01-30 | 1 | -1/+1 |
* | add a way to copy device nodes | Jeremy Katz | 2002-01-30 | 1 | -0/+15 |
* | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 1 | -0/+3 |
* | remove 8 char limit on usernames. Resolves bug 27011help | bfox | 2001-09-21 | 1 | -3/+0 |
* | ints are very small things, easy to overflow. ;-). Use longs. Be happy. | Matt Wilson | 2001-08-10 | 1 | -2/+2 |
* | oops, memInstalled returns in kilobytes, not bytes | Jeremy Katz | 2001-08-09 | 1 | -1/+2 |
* | use e820 to find out memory info if possible (51210) | Jeremy Katz | 2001-08-09 | 1 | -7/+16 |
* | make syslog a global object and don't kill it, let init kill it later. #47556 | Matt Wilson | 2001-07-06 | 1 | -26/+0 |
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+15 |
* | get floppy code working again | Erik Troan | 2001-06-21 | 1 | -99/+0 |
* | revert S390 changes | Karsten Hopp | 2001-06-20 | 1 | -4/+0 |
* | patches for s390 | Karsten Hopp | 2001-06-20 | 1 | -0/+4 |
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -10/+128 |
* | dont let min get bigger than max\! | Mike Fulbright | 2001-03-22 | 1 | -1/+3 |
* | 1) added swapAmount() | Erik Troan | 2001-03-09 | 1 | -5/+12 |
* | bump sizes of autoallocation attempts to reflect new sizes of components, as ... | Mike Fulbright | 2001-03-08 | 1 | -0/+21 |
* | made execWithCapture() capture an arbitrary file descriptor, be able to throw | Erik Troan | 2001-03-07 | 1 | -2/+8 |
* | nuke bogus printouts | Matt Wilson | 2001-02-05 | 1 | -2/+0 |
* | added memory overhead facility | Erik Troan | 2001-02-01 | 1 | -1/+15 |
* | broke all language-related operations. so there. | Erik Troan | 2001-01-25 | 1 | -39/+0 |
* | syntax errors | Matt Wilson | 2001-01-18 | 1 | -2/+2 |
* | don't fail on waitpid failures | Matt Wilson | 2001-01-18 | 1 | -2/+9 |
* | don't rely on environment to get kbd default | Matt Wilson | 2001-01-05 | 1 | -2/+2 |
* | get the locale from todo, not the environment | Matt Wilson | 2001-01-04 | 1 | -2/+2 |
* | handle running out of space when copying stage2.img a bit more maturally | Erik Troan | 2000-08-08 | 1 | -13/+15 |
* | copyFile() allows progress window | Erik Troan | 2000-05-11 | 1 | -1/+14 |
* | raised block size to 256k | Erik Troan | 2000-05-10 | 1 | -1/+1 |