summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-8/+8
* More GPLv2+ license boilerplate updates.David Cantrell2007-12-171-17/+20
* getBackend expects a methodstr argument.Chris Lumens2007-12-101-1/+1
* Start DBus and HAL on anaconda startup if needed.Bill Nottingham2007-12-071-1/+51
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-12/+0
* Move X.log out of /tmp/ramfsJeremy Katz2007-12-061-3/+1
* Fix up the livecd to no longer use an InstallMethod.Chris Lumens2007-12-051-1/+1
* methodstr cleanups.Chris Lumens2007-12-051-2/+2
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-19/+60
* no more floppydevice in instdataBill Nottingham2007-11-301-1/+1
* no more floppy.pyJeremy Katz2007-11-061-1/+0
* Fix various typos that were causing exceptions.Chris Lumens2007-10-301-1/+1
* Use classes with the vnc stuff. Fix vnc behavior (#264841).jgranado2007-10-301-29/+22
* Since the exception dialog no longer probes for the floppy in advance,Chris Lumens2007-10-261-5/+2
* 2007-10-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-241-1/+1
* 2007-09-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-111-1/+2
* Move device node creation just a little bit earlier.Chris Lumens2007-07-301-4/+4
* Create devices nodes even earlier (#249882).Chris Lumens2007-07-301-2/+2
* Moved the pullRemainingKickstartConfig functionality into pykickstart.Chris Lumens2007-07-161-13/+9
* New version didn't work, and the modification for setupPythonUpdates didn'tChris Lumens2007-06-071-1/+1
* Need to set up symlinks for the pykickstart submodules as well.Chris Lumens2007-06-061-2/+2
* Pass -br to the X server so there's no more hatch (#195919).Chris Lumens2007-06-051-1/+1
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-2/+3
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-0/+8
* 2007-04-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-121-0/+3
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-15/+2
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-1/+2
* Set the kickstart data after setting any initial timezone info so we don't wipeChris Lumens2007-03-011-6/+6
* Handle any kickstart exceptions instead of just printing a traceback.Chris Lumens2007-02-281-1/+9
* Set the default timezone based on the current language, whether we can displayChris Lumens2007-02-211-0/+1
* Solved the mystery of the tiny font size (#224665).Chris Lumens2007-02-211-8/+1
* Updated for new pykickstart organization. This is basically just movingChris Lumens2007-02-201-1/+1
* If a resolution was specified in a kickstart file, preserve that in theChris Lumens2007-02-011-7/+1
* 2007-01-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-241-1/+1
* 2007-01-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-241-2/+3
* Don't print out the method instance.Chris Lumens2007-01-191-1/+0
* Kickstart is no longer an install class!Chris Lumens2007-01-191-25/+25
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-191-1/+2
* * anaconda (doStartupX11Actions): Set a selection if we're usingJeremy Katz2007-01-181-0/+4
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-2/+2
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-26/+11
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-14/+13
* 2007-01-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-101-1/+1
* Don't use all the complication of execWithRedirect so shells end up whereChris Lumens2006-12-151-42/+7
* Don't need my debugging code in the final version.Chris Lumens2006-12-141-2/+0
* Make device nodes in anaconda instead of in runRescue so cachedDrives isn'tChris Lumens2006-12-141-0/+5
* * anaconda (__main__): Pass reference to anaconda object to InstallData.David Cantrell2006-12-131-1/+1
* Remove LIBUSER_CONF from the environment before running %post scriptsChris Lumens2006-12-081-6/+0
* Add badEDID function to check the X log to see if we were lied to about theChris Lumens2006-11-031-2/+37
* Here's a better fix.Chris Lumens2006-10-191-4/+1