summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove isys/dasd.c, functions no longer needed in isys.David Cantrell2010-02-221-5/+0
| | | | | | Remove the dasd.c file from the isys source tree. The only function that was still used was getDasdPorts() and it is only called by Python code, so we can move that functionality in to Python.
* You must be this tall to ride.Bill Nottingham2009-07-101-7/+3
| | | | Adjust memory requirements.
* Move OUTPUT_TERMINAL definition to isys.hDavid Cantrell2009-03-191-0/+2
|
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-0/+19
|
* Get out of the business of creating device nodes.Bill Nottingham2007-12-071-3/+0
|
* (merges from f7-branch)Jeremy Katz2007-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | 2007-05-30 Jeremy Katz <katzj@aglarond.local> * isys/isys.py (_stopRaid): Fix raidstop. I have no clue how things were working here... * isys/isys.py (_getRaidInfo): raise ValueError when we don't find a valid raid superblock (#151653). * upgrade.py: More blacklist * isys/isys.h (EARLY_SWAP_RAM): Let's bump RAM needs a little (#232862) * iw/netconfig_dialog.py (NetworkConfigurator._handleIPError): Add a frame so things look right (NetworkConfigurator._ok): Set useipv4 to true, call netconfig methods with the right args (#240804) * network.py (hasActiveNetDev): Ensure we have an IP as otherwise, the network device isn't really all that active.
* 2007-05-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-071-0/+4
| | | | | * isys/isys.h (EARLY_SWAP_RAM): Bump early swap on 64bit platforms. cache + larger pointer size kills us a bit. (#238266)
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-1/+1
| | | | | * isys/isys.h (EARLY_SWAP_RAM): Lower value for early swap (dwmw2, #236508)
* 2006-02-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-141-5/+3
| | | | | * isys/isys.h: Bump minimum RAM amounts for install, graphical install and when we need to enable swap early
* bump some reqs (#115589)Jeremy Katz2004-02-181-2/+2
|
* nuke probe code. move dasd bits that are still needed into their own fileJeremy Katz2003-12-231-0/+5
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-3/+0
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+3
| | | | and cleanups in here too
* remove module stuff that doesn't make sense in isys; it's only used by the ↵Jeremy Katz2002-12-031-40/+0
| | | | loader
* add getLinkStatus to determine whether an interface has an active linkJeremy Katz2002-11-181-0/+3
|
* require about 48 megs of ram for a gui install. turn on swap early if < ↵Jeremy Katz2002-10-241-2/+2
| | | | about 72 megs of ram
* reverted back to 17 megsbfox2001-04-171-1/+1
|
* up the min ram to just under 32MB to be in line with official minimum ram specsbfox2001-04-161-1/+1
|
* provide symbolic names for ram thresholdsErik Troan2001-01-121-0/+4
|
* added MIN_ROOTPART_SIZE_MBErik Troan2000-12-201-0/+2
|
* added code to check to see if a file is an iso imageErik Troan2000-11-171-0/+3
|
* driver disks seem to work now :-)Erik Troan2000-06-031-5/+1
|
* add module location typesErik Troan2000-05-081-2/+5
|
* renamed path to locationIDErik Troan2000-04-261-1/+1
|
* tried to add path information for modball to insmod -- totally untested ;-)Erik Troan1999-09-181-2/+4
|
* added field for module flagsErik Troan1999-08-071-0/+3
|
* moved struct moduleInfoSet_s to .h fileErik Troan1999-07-291-0/+5
|
* changed mod info stuff to not use global variables (though isys.c doesErik Troan1999-07-231-3/+9
| | | | still for no particularly good reason)
* *** empty log message ***Erik Troan1999-06-071-0/+35