index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
anaconda
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the rule for 70-anaconda.rules in updates.img be generic.
Peter Jones
2010-05-04
1
-4
/
+6
*
Don't allow running as non-root (#583213).
Chris Lumens
2010-04-19
1
-0
/
+4
*
Introduce flags.preexisting_x11.
Ales Kozumplik
2010-04-19
1
-2
/
+4
*
Restore xdriver=<driver> functionality (#577312)
Martin Sivak
2010-04-06
1
-1
/
+1
*
Move some kickstart-specific storage init into storageInitialization.
Chris Lumens
2010-04-06
1
-13
/
+0
*
Adjust paths that reference things that have moved.
Chris Lumens
2010-04-06
1
-1
/
+1
*
Move class Anaconda to __init__.py.
Chris Lumens
2010-04-06
1
-350
/
+1
*
Put /usr/lib*/python?.?/site-packages/pyanaconda at the front of PYTHONPATH.
Chris Lumens
2010-04-06
1
-6
/
+12
*
Revert "Restore xdriver=<driver> functionality (#577312)"
Chris Lumens
2010-04-06
1
-7
/
+5
*
Restore xdriver=<driver> functionality (#577312)
Martin Sivak
2010-04-01
1
-5
/
+7
*
fix: Tackle race condition issues during X startup.
Ales Kozumplik
2010-03-31
1
-2
/
+22
*
Turn protected devices into a property on the Anaconda object.
Chris Lumens
2010-03-26
1
-0
/
+13
*
Make python start with correct default unicode encoding (#539904).
Ales Kozumplik
2010-03-22
1
-0
/
+1
*
livecd: show graphical error dialog when memory check fails (#572263)
Ales Kozumplik
2010-03-17
1
-4
/
+21
*
Redo the 'sshd' flag.
Adam Jackson
2010-03-11
1
-2
/
+4
*
Catch "Exception" when window manager is starting.
Ales Kozumplik
2010-03-11
1
-3
/
+2
*
make sure the new logging also works when isys is imported as a python module.
Ales Kozumplik
2010-03-08
1
-1
/
+4
*
Remove gui code we no longer need when mini-wm is gone (#520146)
Ales Kozumplik
2010-03-05
1
-32
/
+3
*
Introduces metacity window manager (#520146)
Ales Kozumplik
2010-03-05
1
-11
/
+30
*
fix: do not initialize the install interface whenever is is accessed (#565872)
Ales Kozumplik
2010-03-05
1
-30
/
+35
*
Don't try to write firewall and auth information twice (#568528).
Chris Lumens
2010-03-04
1
-9
/
+0
*
logging: initialize tty3 logging in anaconda_log, along with all other basic ...
Ales Kozumplik
2010-02-18
1
-7
/
+0
*
logging: addFileHandler does not set autoLevel by default
Ales Kozumplik
2010-02-18
1
-1
/
+2
*
Allow deleting the interface property, too (#566186).
Chris Lumens
2010-02-17
1
-1
/
+4
*
Check for the updates directory before using it (#565840).
Chris Lumens
2010-02-16
1
-0
/
+3
*
Use property() so we can assign to anaconda.intf (#565639).
Chris Lumens
2010-02-15
1
-2
/
+7
*
Fix another missing import (#565599).
Chris Lumens
2010-02-15
1
-0
/
+2
*
Allow any add-on python module to be updated via an updates.img.
Chris Lumens
2010-02-11
1
-39
/
+22
*
Clean up imports in __main__.
Chris Lumens
2010-02-04
1
-3
/
+5
*
Nothing uses InstallData anymore, so it can completely be removed.
Chris Lumens
2010-02-04
1
-13
/
+4
*
Last attribute out of InstallData, please turn out the lights.
Chris Lumens
2010-02-04
1
-3
/
+4
*
Move firstboot into the Anaconda object.
Chris Lumens
2010-02-04
1
-0
/
+9
*
Move bootloader into the Anaconda object.
Chris Lumens
2010-02-04
1
-0
/
+10
*
Move storage into the Anaconda class.
Chris Lumens
2010-02-04
1
-7
/
+18
*
Move desktop to the Anaconda object.
Chris Lumens
2010-02-04
1
-4
/
+3
*
Move timezone to the Anaconda object.
Chris Lumens
2010-02-04
1
-1
/
+13
*
Move firewall into Anaconda.
Chris Lumens
2010-02-04
1
-1
/
+11
*
Move users and security to the Anaconda object.
Chris Lumens
2010-02-04
1
-5
/
+20
*
Move network to the Anaconda object.
Chris Lumens
2010-02-04
1
-0
/
+12
*
Move keyboard to the Anaconda object.
Chris Lumens
2010-02-04
1
-4
/
+10
*
Move instLanguage to the Anaconda object.
Chris Lumens
2010-02-04
1
-3
/
+15
*
Move the writeKS and write methods from InstallData to Anaconda.
Chris Lumens
2010-02-04
1
-4
/
+87
*
Move upgrade-related data to the Anaconda object.
Chris Lumens
2010-02-04
1
-0
/
+4
*
Make a bunch of Anaconda attributes into properties.
Chris Lumens
2010-02-04
1
-51
/
+58
*
Finally remove the x_already_set hack.
Chris Lumens
2010-02-04
1
-15
/
+2
*
Move instClass to be an attribute on Anaconda.
Chris Lumens
2010-02-04
1
-11
/
+10
*
Use anaconda.ksdata instead of anaconda.isKickstart.
Chris Lumens
2010-02-04
1
-9
/
+6
*
Move ksdata to be an attribute on Anaconda.
Chris Lumens
2010-02-04
1
-22
/
+20
*
Move the isHeadless attribute onto the Anaconda class.
Chris Lumens
2010-02-04
1
-12
/
+10
*
Set displayMode on the anaconda object, then refer to that everywhere.
Chris Lumens
2010-02-04
1
-37
/
+31
[next]