Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from taroon branch | Jeremy Katz | 2003-08-27 | 1 | -1/+0 |
| | |||||
* | implement RFE to put install source in anaconad-ks.cfg, bug #53277 | Mike Fulbright | 2003-08-15 | 1 | -0/+35 |
| | |||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -10/+20 |
| | | | | and cleanups in here too | ||||
* | merge fixes from taroon branch: | Jeremy Katz | 2003-05-20 | 1 | -58/+42 |
| | | | | | | | * syntax error * fix upgrades * fix writing out of %packages in anaconda-ks.cfg * create the Everything group | ||||
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -2/+2 |
| | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -5/+10 |
| | | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups. | ||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -4/+8 |
| | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
* | ow. | Jeremy Katz | 2003-02-12 | 1 | -12/+41 |
| | | | | | | | | | | keep a copy of whether metapkgs and optional components are selected by default. then use this information when writing out the anaconda-ks.cfg so that we can write out something which is correct (#73195, #80838). note that for metapkgs, we have to write out -pkg for each package in the group because we have no syntax for unselecting groups and staying that way seems saner | ||||
* | a broken trigger in an old linuxconf package really causes problems on | Jeremy Katz | 2003-01-14 | 1 | -0/+1 |
| | | | | | | upgrade. let's do a pre-emptive removal of the package but make it general enough so that we can use it in the future for other problem packages if we have to (#54120, #72888, #81781) | ||||
* | short-circuit finding packages to upgrade if we already looked at this | Jeremy Katz | 2003-01-03 | 1 | -0/+1 |
| | | | | upgrade root once (#62449) | ||||
* | changes to work with new xsetup object | Mike Fulbright | 2002-11-12 | 1 | -4/+4 |
| | |||||
* | use all of the packages related to the comp, not just the selected ones. ↵ | Jeremy Katz | 2002-11-07 | 1 | -1/+1 |
| | | | | this makes us somewhat overly verbose, but it really does look right now (#73195) | ||||
* | move %package writing into its own method | Jeremy Katz | 2002-11-06 | 1 | -3/+5 |
| | |||||
* | first pass upgrade autodetection. the ui still needs a little work, but it | Jeremy Katz | 2002-11-05 | 1 | -0/+1 |
| | | | | seems to work reasonably well. | ||||
* | merge anaconda-8-0-branch to HEAD | Jeremy Katz | 2002-09-05 | 1 | -3/+24 |
| | |||||
* | add string representing method used for installation | Mike Fulbright | 2002-08-23 | 1 | -2/+3 |
| | |||||
* | need this for the comps package copying too | Jeremy Katz | 2002-07-24 | 1 | -0/+3 |
| | |||||
* | add a step which takes care of ensuring that any needed things for firstboot ↵ | Jeremy Katz | 2002-06-10 | 1 | -0/+1 |
| | | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do | ||||
* | more keyboard related changes. the xconfig object now has a keyboard object | Jeremy Katz | 2002-05-29 | 1 | -0/+4 |
| | | | | | | instead of just trying to be updated everytime we change the keyboard object. needs a newer rhpl (0.7 or better) | ||||
* | use new keyboard object in rhpl | Jeremy Katz | 2002-05-28 | 1 | -2/+2 |
| | |||||
* | oops | Mike Fulbright | 2002-05-24 | 1 | -2/+2 |
| | |||||
* | migrate to using kbd.py | Mike Fulbright | 2002-05-24 | 1 | -1/+1 |
| | |||||
* | move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhpl | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | |||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -1/+1 |
| | | | | 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/+9 |
| | | | | | 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 | -2/+2 |
| | | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. | ||||
* | diskset moves to partedUtils | Jeremy Katz | 2002-02-12 | 1 | -1/+2 |
| | |||||
* | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 1 | -1/+1 |
| | |||||
* | log (most) of the new packages being installed to the upgrade.log. Check ↵ | Matt Wilson | 2001-08-24 | 1 | -0/+1 |
| | | | | ONLY the on-system database to see if packages are installed or not, this fixes a false positive on the hasX check when moving from 7.0 to 7.2, when XFree86-xfs files move to XFree86, thus it gets selected. When hasX was on it would pull in GNOME too, which is excessive. (inspired by #50171) | ||||
* | add step for running ks %post | Mike Fulbright | 2001-08-17 | 1 | -1/+0 |
| | |||||
* | these are written above | Jeremy Katz | 2001-08-09 | 1 | -9/+0 |
| | |||||
* | fstab is written out pre-install, so don't write it out post-install. move | Jeremy Katz | 2001-08-07 | 1 | -1/+1 |
| | | | | | %post action to actually be written out after all other configuration information since that's more sensible (50869) | ||||
* | and write out partitioning info to ks.cfg | Jeremy Katz | 2001-07-23 | 1 | -0/+1 |
| | |||||
* | we weren't writing out /etc/sysconfig/clock | bfox | 2001-07-06 | 1 | -0/+1 |
| | |||||
* | updates to make more product strings specified via conf file | bfox | 2001-07-06 | 1 | -1/+4 |
| | |||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -11/+4 |
| | | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works | ||||
* | write out bootloader to ks.cfg | Jeremy Katz | 2001-07-03 | 1 | -0/+1 |
| | |||||
* | if the user has requested md5 passwords, write out the root password in the | Jeremy Katz | 2001-07-03 | 1 | -1/+1 |
| | | | | autogenerated ks.cfg as an md5 crypted password (46294) | ||||
* | more bits for ia64 | Jeremy Katz | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | in erconfig mode read avail langs from /etc/sysconfig/i18n | Mike Fulbright | 2001-06-29 | 1 | -1/+2 |
| | |||||
* | defer writing inittab rl default and desktop until after we config X - write ↵ | Matt Wilson | 2001-06-27 | 1 | -1/+0 |
| | | | | it at the same time we write the X config. Fixed writing of /etc/sysconfig/desktop | ||||
* | break upgrade swap suggestion out into another step and store its findings in | Matt Wilson | 2001-06-27 | 1 | -0/+1 |
| | | | | instdata. | ||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -0/+1 |
| | | | | from what ever the heck is going on with getting the partition requests set up | ||||
* | add partition method to GUI, rework to use skiplist | Mike Fulbright | 2001-06-25 | 1 | -3/+7 |
| | |||||
* | add in support for fdisk and choosing your partition method... TUI only | Jeremy Katz | 2001-06-25 | 1 | -0/+2 |
| | | | | at the moment | ||||
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -1/+0 |
| | |||||
* | add autopartition requests (from installclasses) | Mike Fulbright | 2001-06-22 | 1 | -0/+3 |
| | |||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+15 |
| | |||||
* | completed most heavy lifting to get upgrades back in place. Still need to ↵ | Matt Wilson | 2001-06-22 | 1 | -0/+2 |
| | | | | finish fixing up swap file creation and do text mode. | ||||
* | get floppy code working again | Erik Troan | 2001-06-21 | 1 | -1/+2 |
| |