Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't forget to check everything in! | Matt Wilson | 2002-07-09 | 1 | -0/+4 |
| | |||||
* | add a step which takes care of ensuring that any needed things for firstboot ↵ | Jeremy Katz | 2002-06-10 | 1 | -0/+5 |
| | | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do | ||||
* | move hack value to constants file at least | Mike Fulbright | 2002-06-04 | 1 | -0/+4 |
| | |||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -0/+4 |
| | | | | work now, at least in gui. text mode might, though | ||||
* | handle %packages --ignoredeps and %packages --resolvedeps so that people | Jeremy Katz | 2002-02-22 | 1 | -1/+5 |
| | | | | | can control the handling of any spurious dependencies when using kickstart. if neither is specified, keep the previous behavior (#57297) | ||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -0/+21 |
| | | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. | ||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -0/+18 |