summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
* Don't allow running as non-root (#583213).Chris Lumens2010-04-191-0/+4
* Introduce flags.preexisting_x11.Ales Kozumplik2010-04-191-2/+4
* Restore xdriver=<driver> functionality (#577312)Martin Sivak2010-04-061-1/+1
* Move some kickstart-specific storage init into storageInitialization.Chris Lumens2010-04-061-13/+0
* Adjust paths that reference things that have moved.Chris Lumens2010-04-061-1/+1
* Move class Anaconda to __init__.py.Chris Lumens2010-04-061-350/+1
* Put /usr/lib*/python?.?/site-packages/pyanaconda at the front of PYTHONPATH.Chris Lumens2010-04-061-6/+12
* Revert "Restore xdriver=<driver> functionality (#577312)"Chris Lumens2010-04-061-7/+5
* Restore xdriver=<driver> functionality (#577312)Martin Sivak2010-04-011-5/+7
* fix: Tackle race condition issues during X startup.Ales Kozumplik2010-03-311-2/+22
* Turn protected devices into a property on the Anaconda object.Chris Lumens2010-03-261-0/+13
* Make python start with correct default unicode encoding (#539904).Ales Kozumplik2010-03-221-0/+1
* livecd: show graphical error dialog when memory check fails (#572263)Ales Kozumplik2010-03-171-4/+21
* Redo the 'sshd' flag.Adam Jackson2010-03-111-2/+4
* Catch "Exception" when window manager is starting.Ales Kozumplik2010-03-111-3/+2
* make sure the new logging also works when isys is imported as a python module.Ales Kozumplik2010-03-081-1/+4
* Remove gui code we no longer need when mini-wm is gone (#520146)Ales Kozumplik2010-03-051-32/+3
* Introduces metacity window manager (#520146)Ales Kozumplik2010-03-051-11/+30
* fix: do not initialize the install interface whenever is is accessed (#565872)Ales Kozumplik2010-03-051-30/+35
* Don't try to write firewall and auth information twice (#568528).Chris Lumens2010-03-041-9/+0
* logging: initialize tty3 logging in anaconda_log, along with all other basic ...Ales Kozumplik2010-02-181-7/+0
* logging: addFileHandler does not set autoLevel by defaultAles Kozumplik2010-02-181-1/+2
* Allow deleting the interface property, too (#566186).Chris Lumens2010-02-171-1/+4
* Check for the updates directory before using it (#565840).Chris Lumens2010-02-161-0/+3
* Use property() so we can assign to anaconda.intf (#565639).Chris Lumens2010-02-151-2/+7
* Fix another missing import (#565599).Chris Lumens2010-02-151-0/+2
* Allow any add-on python module to be updated via an updates.img.Chris Lumens2010-02-111-39/+22
* Clean up imports in __main__.Chris Lumens2010-02-041-3/+5
* Nothing uses InstallData anymore, so it can completely be removed.Chris Lumens2010-02-041-13/+4
* Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-041-3/+4
* Move firstboot into the Anaconda object.Chris Lumens2010-02-041-0/+9
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-0/+10
* Move storage into the Anaconda class.Chris Lumens2010-02-041-7/+18
* Move desktop to the Anaconda object.Chris Lumens2010-02-041-4/+3
* Move timezone to the Anaconda object.Chris Lumens2010-02-041-1/+13
* Move firewall into Anaconda.Chris Lumens2010-02-041-1/+11
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-5/+20
* Move network to the Anaconda object.Chris Lumens2010-02-041-0/+12
* Move keyboard to the Anaconda object.Chris Lumens2010-02-041-4/+10
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-3/+15
* Move the writeKS and write methods from InstallData to Anaconda.Chris Lumens2010-02-041-4/+87
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-0/+4
* Make a bunch of Anaconda attributes into properties.Chris Lumens2010-02-041-51/+58
* Finally remove the x_already_set hack.Chris Lumens2010-02-041-15/+2
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-11/+10
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-9/+6
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-22/+20
* Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-041-12/+10
* Set displayMode on the anaconda object, then refer to that everywhere.Chris Lumens2010-02-041-37/+31
* Sort the attributes on class Anaconda for my future reference.Chris Lumens2010-02-041-11/+11