summaryrefslogtreecommitdiffstats
path: root/iutil.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* various changes to get better ^C, ^Z handlingErik Troan2000-02-231-2/+16
|
* set system clock on upgradeMatt Wilson2000-02-151-0/+37
|
* patch from hjl for int overflowMatt Wilson2000-02-151-1/+7
|
* check useraccountMatt Wilson2000-02-041-0/+15
|
* o upgrade code rebuilds the db to a tmp dir and opens that db toMatt Wilson2000-02-011-0/+12
| | | | | | | calculate the upgrade set. When the user OKs the upgrade, the old db is deleted and the new rebuilt db is moved into place. o lilo/fstab checks for testing mode. o added a iutil.rmrf() function to recursively remove directories
* 1) more fstab-ish updatesErik Troan1999-12-111-1/+40
| | | | 2) split text timezone stuff into textw/timezone.py
* - Added support to use existing XF86Config file in reconfig modeMike Fulbright1999-12-061-0/+14
| | | | | | - Reconfig mode following inittab default runlevel display mode (text for 3, GUI for 5) - made dhcp the default in GUI mode as well as text mode
* merge from 6.1 branchMatt Wilson1999-10-221-0/+23
|
* fixed for sillynessMatt Wilson1999-10-201-5/+11
|
* First piece of changes to make serial install possible.jakub1999-10-031-3/+8
| | | | More to come once I don't sit behind 14.4k modem and can do more debugging.
* execWithRedirect() takes filenames for stdin, etcMatt Wilson1999-09-191-0/+7
|
* look for exec's in instpathMatt Wilson1999-09-091-2/+2
|
* o splash screenMatt Wilson1999-09-091-0/+6
| | | | | | | o lilo 'other' entries should work o exceptions for 'file does not exist' in iutil *exec* o search paths for help files o padding changes in gui
* don't start gui mode unless 32MB of RAM is availableErik Troan1999-09-081-1/+9
|
* typoMatt Wilson1999-09-071-1/+1
|
* fixes for alpha, fstab readingMatt Wilson1999-09-071-0/+11
|
* added copyfileMatt Wilson1999-08-311-0/+12
|
* iutil.pyErik Troan1999-08-281-2/+7
|
* added execWithCaptureErik Troan1999-08-231-1/+32
|
* o boot disk promptMatt Wilson1999-08-201-2/+2
| | | | | | o check to make sure filesystems have bootable flag for lilo "other" images o check for kernel images in lilo config o return status for execwithredirect
* authconfig almost done.Matt Wilson1999-08-091-2/+2
|
* o make initrdMatt Wilson1999-08-081-1/+2
| | | | o load netinfo from loader
* *** empty log message ***Erik Troan1999-05-051-0/+41