summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Collapse)AuthorAgeFilesLines
* enable xft mode. symlink /etc/fonts to /mnt/runtime/etc/fontsJeremy Katz2002-07-121-2/+1
|
* fix upgrade (#67653)Jeremy Katz2002-06-281-0/+1
|
* libxml2 nowJeremy Katz2002-06-281-2/+1
|
* let's try to get all the xml parsing modulesJeremy Katz2002-06-281-0/+2
|
* get the root path into all of the install methodsJeremy Katz2002-06-251-5/+6
|
* JEREMY BROKE ITMatt Wilson2002-06-211-1/+1
|
* forcibly disable xftJeremy Katz2002-06-211-0/+1
|
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-1/+1
|
* now that we have gazillions of inodes, let's create device nodes againJeremy Katz2002-05-291-0/+4
|
* more keyboard related changes. the xconfig object now has a keyboard objectJeremy Katz2002-05-291-5/+14
| | | | | | instead of just trying to be updated everytime we change the keyboard object. needs a newer rhpl (0.7 or better)
* python path tweaking for rh-c-kJeremy Katz2002-05-281-0/+2
|
* fixup usage of rhpl.translate to find our translationsJeremy Katz2002-05-271-1/+3
|
* add skipddc probing optionMike Fulbright2002-05-241-1/+1
|
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-3/+4
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-4/+10
|
* more rhplJeremy Katz2002-05-231-1/+1
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 ↵Mike Fulbright2002-05-211-32/+36
| | | | X changes into HEAD
* that just didn't make any sense; don't check the arch in the command line ↵Jeremy Katz2002-05-211-2/+4
| | | | processing (thanks msf)
* bump copyrightMike Fulbright2002-05-211-1/+1
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-13/+15
| | | | work now, at least in gui. text mode might, though
* symlink nsswitch.conf also (#61021)Jeremy Katz2002-03-131-1/+1
|
* heh a little too heavy handed killing reconfigMike Fulbright2002-02-081-0/+13
|
* oh yeah goodbye reconfigMike Fulbright2002-02-081-31/+3
|
* err... as with the commit for iutil, make anaconda create device nodes early ↵Jeremy Katz2002-02-011-0/+4
| | | | so that they can be scanned and used from rescue mode, lvm tools, etc
* not the right fixJeremy Katz2002-01-311-2/+0
|
* make sure edd module gets pulled in for text modeJeremy Katz2002-01-311-0/+2
|
* should append this alsoJeremy Katz2002-01-281-0/+1
|
* added nfsiso methodErik Troan2002-01-251-1/+4
|
* use better logic for booty existenceJeremy Katz2002-01-211-1/+4
|
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-5/+2
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* output all modes equal or smaller than selectedMike Fulbright2002-01-181-1/+3
|
* discard fb based xconfig after we start XMike Fulbright2002-01-181-2/+4
|
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-4/+4
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-22/+47
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* use the new exception hook for handle all exceptions when they happenMatt Wilson2001-12-131-0/+3
|
* fix --xmodeJeremy Katz2001-12-121-7/+7
|
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-271-1/+1
|
* more symlinks in /etcJeremy Katz2001-10-301-2/+2
|
* missing :Matt Wilson2001-10-301-1/+1
|
* use the string.startswith method from now on, it is much cleanerMatt Wilson2001-10-301-8/+8
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-1/+2
|
* fix grammarnalin2001-09-101-1/+1
|
* add a crafty hook import that allows us to slide in smaller fixup updatesMatt Wilson2001-08-071-0/+5
|
* get more useful info in the exception dumpsMatt Wilson2001-08-071-1/+1
|
* prompt for mouse if not detectedMike Fulbright2001-08-031-4/+9
|
* dont ddcprobe in test modeMike Fulbright2001-07-311-2/+2
|
* dont fall over in reconfig if they are in text mode and didn't install ↵Mike Fulbright2001-07-271-1/+3
| | | | Xconfigurator
* symlink handy /etc filesMatt Wilson2001-07-251-1/+2
|
* if they've asked for text mode, there's no need to warn them that we're ↵Jeremy Katz2001-07-221-2/+3
| | | | using it. fixes the other half of 49637