summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
* Don't sleep(5) after xrandrAdam Jackson2008-10-291-1/+0
* Force DPI to 96 even harder (#458738)Adam Jackson2008-10-291-2/+3
* Don't try to switch VT to the one that X is onAdam Jackson2008-10-291-1/+0
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-3/+3
* Catch more X failures and fallback to text (#467158).Chris Lumens2008-10-241-1/+1
* Don't switch to tty6 on vnc installs.Chris Lumens2008-10-231-1/+1
* Make sure we handle the /tmp/method file for FTP correctly (#467753).Chris Lumens2008-10-221-6/+15
* Force DPI to 96 when launching X. (#458738)Adam Jackson2008-10-151-1/+1
* Work around gtk2 bug rh465541Hans de Goede2008-10-031-5/+5
* Look for xrandr in the search path.Chris Lumens2008-09-191-3/+3
* Do not try to start hald or dbus-daemon from anaconda.David Cantrell2008-09-151-61/+0
* Add ibft flag to ease in testing.Hans de Goede2008-09-151-0/+5
* Remove last vestiges of rhpxl and pirut.Chris Lumens2008-09-031-2/+1
* Expert mode was disabled in 2004. Remove it now.Chris Lumens2008-08-141-2/+1
* Handle 'rescue' and %post in rescue modeAlexander Todorov2008-08-111-0/+41
* Eject the CD/DVD if we booted off a boot.iso as well (#442088).Chris Lumens2008-08-041-0/+4
* Remove one last reference to minstg2.img.Chris Lumens2008-07-241-8/+2
* When there is text mode specified in the kickstart file, disable the vnc ques...Martin Sivak2008-07-211-1/+5
* Support xdriver= againJeremy Katz2008-07-171-0/+19
* don't change from cmdline to textmode on lowmem systemsNiels de Vos2008-07-171-1/+1
* Update the VNC over text mode patch, so it correctly passes the password to V...Martin Sivak2008-07-171-1/+1
* Ask the user if he wants to use VNC instead of text mode (#453551)Martin Sivak2008-07-151-0/+11
* Remove old livecd flagJeremy Katz2008-06-301-5/+1
* Explicitly setup livecd install by passing --liveinst to anacondaJeremy Katz2008-06-301-0/+5
* Rescue mode no longer needs access to a methodstr (#453044).Chris Lumens2008-06-271-4/+0
* Don't pass methodstr into the backend and instdata.Chris Lumens2008-06-181-53/+9
* Add the --stage2= and --repo= options to anaconda.Chris Lumens2008-06-181-2/+5
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-16/+2
* Don't do the "exec shell on tty1" thing in vnc if we've got virtual terminals.Peter Jones2008-06-051-4/+11
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-131/+51
* Activate autorepeat for GUI installs.Joel Andres Granados2008-04-281-1/+1
* Handle .utf8 vs .UTF-8 (#443408)Jeremy Katz2008-04-221-0/+2
* Slower machines may take more than five seconds for hal to start (#442113)Jeremy Katz2008-04-111-1/+9
* Work around GL crashes in anaconda X by disabling them.Jesse Keating2008-04-051-1/+1
* Only do verbose hal logging if loglevel=debugJeremy Katz2008-04-011-3/+6
* Merge branch 'master' of ssh://git.fedorahosted.org/git/anacondaBill Nottingham2008-03-271-0/+5
|\
| * Fix up the case where both method= and stage2= are givenJeremy Katz2008-03-271-0/+5
* | more mouse-related removalsBill Nottingham2008-03-271-5/+1
|/
* Handle /dev being on hard drive devices in the second stageJeremy Katz2008-03-201-0/+2
* Fix a traceback writing out the nethod string for hdiso installs.Chris Lumens2008-03-181-1/+1
* Fix the format of the method=hd: parameter.Chris Lumens2008-03-131-5/+2
* But make sure that we've activated the keymap now that X follows its defaultsJeremy Katz2008-03-111-0/+1
* Don't set a keyboard in the X config, we should just do this at runtimeJeremy Katz2008-03-111-8/+0
* Writing out the nfs method line is a lot simpler now.Chris Lumens2008-03-111-19/+2
* Support stage2= for CD installs in loader.Chris Lumens2008-03-041-1/+1
* Update the method string handling for NFS and URL installs.Chris Lumens2008-03-041-10/+16
* Fix methodstr handling for hdiso installs (#431132).Chris Lumens2008-02-061-6/+1
* Convert hd:// method strings into something yum understands.Chris Lumens2008-02-011-0/+7
* Handle putting updates ahead of anaconda in the updates= case too.Chris Lumens2008-01-301-2/+2
* Add dogtail support (#172891, #239024).Chris Lumens2008-01-231-0/+33