summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
* Do not encourage VNC when doing kickstart text installs (#506534)David Cantrell2009-06-171-2/+1
* Remove 'lowres' option.Adam Jackson2009-05-081-1/+0
* Properly restore SIGCHLD if X startup failsWill Woods2009-04-271-4/+4
* Don't start pdb immediately in debug modeJeremy Katz2009-04-081-2/+0
* Don't start our audit daemon with the livecd installerJeremy Katz2009-03-311-1/+1
* Move %pre processing to much earlier in the install process.Chris Lumens2009-03-311-4/+5
* Add an early kickstart processing pass.Chris Lumens2009-03-311-92/+30
* Revert "Port the dlabel feature from RHEL (#489314)"David Cantrell2009-03-241-4/+0
* getDeviceByName does not expect the CD device to start with "/dev/" (#491768).Chris Lumens2009-03-241-0/+3
* Port the dlabel feature from RHEL (#489314)Martin Sivak2009-03-241-0/+4
* Do not traceback at the very beginning of rescue modeMartin Sivak2009-03-201-0/+9
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+1
* Allow overriding the anaconda udev rules from an updates.imgHans de Goede2009-03-121-0/+5
* Remove all uses of isys.cdromList, which no longer exists.Chris Lumens2009-03-051-4/+6
* Install storage/ with the rest, include it and booty in images.David Lehman2009-03-041-4/+0
* Merge branch 'master' into storageDavid Lehman2009-03-041-0/+10
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+10
* | Update packaging and makefile system for the new booty module.Chris Lumens2009-03-041-6/+0
* | Add a Platform instance to the anaconda object.Chris Lumens2009-02-271-0/+4
* | Dirty (temporary) hack to copy udev rules from updates.img into place.David Lehman2009-02-261-0/+4
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-2/+1
|/
* Pick up pyblock if it exists in block/ on an updates.img.David Cantrell2009-02-201-1/+1
* Make sure the pyparted package ends up in the updates path.Chris Lumens2009-02-121-1/+1
* Tell the user that text mode doesn't support much when suggesting VNC.Chris Lumens2009-02-091-1/+4
* For python2.6, our showwarnings function must take a line= parameter.Chris Lumens2009-02-021-2/+2
* Fix cdrom install on machines with no network devicesWill Woods2009-01-291-1/+1
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-081-4/+0
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-081-0/+4
* Fix a traceback in checking for network install (ricky AT fedoraproject.org).Chris Lumens2008-12-301-1/+1
* methodstr -> self.methodstrDavid Cantrell2008-12-221-3/+3
* When using anaconda with kickstart file with UI mode - do not show the VNC qu...Martin Sivak2008-12-181-1/+1
* Let X tell us when it's launched rather than just sleeping.Adam Jackson2008-12-161-4/+26
* Write anacdump.txt upon receipt of SIGUSR2 (from clumens).David Lehman2008-12-081-1/+13
* Prevent network install when no network devices are found (#470144)David Cantrell2008-12-051-0/+21
* Make sure we look up the IP address for the correct device (#469439)David Cantrell2008-11-031-0/+1
* 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