Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't traceback if there's no ksdata. | Chris Lumens | 2007-02-13 | 1 | -5/+6 |
| | |||||
* | If a resolution was specified in a kickstart file, preserve that in the | Chris Lumens | 2007-02-01 | 1 | -2/+10 |
| | | | | installed system's xorg.conf (#158089). | ||||
* | Fix writing out --startxonboot and the initial setting of firstboot in case | Chris Lumens | 2007-01-26 | 1 | -4/+9 |
| | | | | no firstboot command line is found. | ||||
* | 2007-01-18 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-18 | 1 | -4/+4 |
| | | | | | | * xsetup.py (XSetup.writeKS): Don't redefine str * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error | ||||
* | Don't traceback if there's no ksconfig. | Chris Lumens | 2007-01-18 | 1 | -2/+8 |
| | |||||
* | Oh crap, support for new pykickstart is here. This is too large to explain | Chris Lumens | 2007-01-16 | 1 | -24/+2 |
| | | | | | in a CVS commit message so just read the ChangeLog or look at the diff. Most of it is just code reorganization and it's mostly contained in kickstart.py. | ||||
* | Typo. | Chris Lumens | 2006-11-14 | 1 | -1/+1 |
| | |||||
* | We don't usually want to write out the xconfig and monitor lines into the | Chris Lumens | 2006-11-13 | 1 | -41/+31 |
| | | | | | kickstart file, unless that info was already given during a kickstart install (#211977). | ||||
* | getMonitor is very sync! | Chris Lumens | 2006-08-07 | 1 | -1/+1 |
| | |||||
* | That's a much better fix. | Chris Lumens | 2006-08-02 | 1 | -7/+13 |
| | |||||
* | Whoops, missed a paren. | Chris Lumens | 2006-08-02 | 1 | -1/+1 |
| | |||||
* | Fix string concat traceback (#201047). | Chris Lumens | 2006-08-02 | 1 | -10/+3 |
| | |||||
* | Fix writing out the X config file during post instllation. | Chris Lumens | 2006-07-28 | 1 | -33/+11 |
| | |||||
* | No way to enable/disable DRI in rhpxl anymore. | Chris Lumens | 2006-07-12 | 1 | -8/+0 |
| | |||||
* | No standalone mode in rhpxl anymore. | Chris Lumens | 2006-07-11 | 1 | -2/+1 |
| | |||||
* | Get ready for a surprise... | David Cantrell | 2006-03-24 | 1 | -2/+3 |
| | | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates. | ||||
* | Write out a monitor keyword to the generated kickstart file. | Chris Lumens | 2005-12-12 | 1 | -6/+14 |
| | |||||
* | Use rhpxl instead of rhpl for X configuration. | Chris Lumens | 2005-10-07 | 1 | -1/+1 |
| | |||||
* | * anaconda.spec: Bump version, tweak requirements | Bill Nottingham | 2005-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * installclass.py (setVideoCard, configureX): Adapt to new rhpl X setup code * kickstart.py (doXConfig): Likewise * kickstartData.py (__init__): Likewise * kickstartParser.py (doXConfig): Likewise * packages.py (writeXConfiguration): Likewise * xsetup.py (getArgList): Likewise * scripts/mk-images: Remove modules.pcimap, modules.usbmap, pcitable, from images, and associated trimmer scripts from files used. Add modules.alias, videoaliases. Trim modules.alias using trimmodalias. * scripts/upd-instroot: Don't keep Cards, but keep videoaliases. Don't run checkcards.py * utils/trimmodalias: New script, trim modules.alias file to match modules in the first/second stage * utils/trimpciids: Trim pci.ids based on modules.alias and videoaliases, not pcitable and modules.pcimap * utils/checkcards.py: Remove now obsolete script * utils/trimmodmap: Likewise * utils/trimpcitable: Likewise * utils/trimusbmap: Likewise | ||||
* | write out xorg.conf instead of XF86Config | bfox | 2004-04-20 | 1 | -1/+1 |
| | |||||
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -4/+5 |
| | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -0/+6 |
| | | | | | 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 | ||||
* | "fix" for bug #81869 - man the X stuff needs rewriting | Mike Fulbright | 2003-02-03 | 1 | -2/+22 |
| | |||||
* | bump copyright data | Mike Fulbright | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | fix for when vram unknown (bug #81948) | Mike Fulbright | 2003-01-30 | 1 | -1/+3 |
| | |||||
* | turn on dri | Mike Fulbright | 2002-12-18 | 1 | -0/+5 |
| | |||||
* | oops | Mike Fulbright | 2002-11-26 | 1 | -0/+1 |
| | |||||
* | fix writeKS() method | Mike Fulbright | 2002-11-26 | 1 | -11/+8 |
| | |||||
* | cleanups | Mike Fulbright | 2002-11-19 | 1 | -12/+1 |
| | |||||
* | new files needed for misc X11 related functions | Mike Fulbright | 2002-11-12 | 1 | -0/+90 |