summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Expand)AuthorAgeFilesLines
* 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
* Install classes may no longer force text mode.Chris Lumens2010-02-041-5/+0
* rename constants and a variable in anconda_log.py so the names make more sense.Ales Kozumplik2010-01-291-2/+2
* anaconda, storage and yum: log to tty3 in the same format as we log into tty4Ales Kozumplik2010-01-291-1/+2
* Introducing a proper syslog daemon allows us to remove the syslogd stub we have.Ales Kozumplik2010-01-211-0/+1
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-2/+1
* devicetree.devices is a list, not a dict (#554455).Chris Lumens2010-01-111-1/+1
* Install the driver discs according to what was loaded in stage1Martin Sivak2010-01-081-0/+4
* get rid of global import of anaconda_logAles Kozumplik2010-01-081-9/+9
* introduce loglevel flag and use it in yum's tty3 loggingAles Kozumplik2010-01-081-0/+1
* Remove LoggerClass but maintain loglevel= functionalityAles Kozumplik2010-01-081-3/+3
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-2/+1
* Complain if we're started in test or rootPath mode instead of aborting.Chris Lumens2009-12-031-0/+10
* Remove test mode.Chris Lumens2009-12-031-35/+18
* Remove rootPath mode.Chris Lumens2009-12-031-25/+3
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-1/+4
* One reference to earlyKS somehow survived. Kill it.Chris Lumens2009-11-251-1/+1
* Fix killall -USR2 anaconda writing out a traceback file.Chris Lumens2009-11-241-9/+13
* Remove the early kickstart processing pass (#532453).Chris Lumens2009-11-121-32/+43
* Move exception setup to right after instdata is populated.Chris Lumens2009-11-121-4/+4
* Allow remote(ish) debugging.Peter Jones2009-11-091-0/+10