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
*
Remove some unused graphics-related code from anaconda.
Chris Lumens
2012-05-09
1
-16
/
+0
*
Add a flag for if this is an automated (kickstart) install or not.
Chris Lumens
2012-04-26
1
-0
/
+2
*
Don't forget to set method.url for url-based methods.
David Lehman
2012-04-18
1
-0
/
+1
*
Use our own threading.Thread subclass.
Chris Lumens
2012-04-16
1
-4
/
+3
*
Use correct flag name for noverifyssl.
David Lehman
2012-03-21
1
-1
/
+1
*
Do base kickstart package selections after the payload is set up.
Chris Lumens
2012-03-14
1
-1
/
+1
*
Run payload setup in a separate thread.
Chris Lumens
2012-03-06
1
-0
/
+4
*
Propagate anaconda.methodstr into ksdata.method.
David Lehman
2012-02-28
1
-0
/
+26
*
Support implementing portions of anaconda's post-install as %post scripts.
Chris Lumens
2012-02-22
1
-0
/
+4
*
I shouldn't have removed the threading import.
Chris Lumens
2012-01-13
1
-0
/
+1
*
Add a short class to help manage threads.
Chris Lumens
2012-01-06
1
-7
/
+3
*
Initialize threads in gobject before starting up storage probing.
Chris Lumens
2011-12-01
1
-0
/
+3
*
Start storage probing in its own separate thread.
Chris Lumens
2011-11-28
1
-0
/
+7
*
Add in some hacks to make the new UI fire up from anaconda.
Chris Lumens
2011-11-10
1
-29
/
+18
*
Use an atexit handler for shutting down and ejecting media (#750809).
Chris Lumens
2011-11-03
1
-29
/
+38
*
Add a Reboot button to the congrats screen on live (#705189).
Chris Lumens
2011-09-14
1
-1
/
+1
*
Remove unnecessary ROOT_PATH constant passing.
Ales Kozumplik
2011-08-26
1
-1
/
+1
*
Moving anaconda.rootPath to constants.ROOT_PATH.
Ales Kozumplik
2011-08-26
1
-1
/
+2
*
Remove deprecated --rootPath and --test.
Ales Kozumplik
2011-08-26
1
-10
/
+0
*
Tidy warnings.showwarning into anaconda_log.py.
Ales Kozumplik
2011-08-25
1
-6
/
+0
*
Avoid final hang if no reboot action is specified in kickstart.
Ales Kozumplik
2011-08-15
1
-1
/
+1
*
Remove dogtail support. No one uses it anyway.
Chris Lumens
2011-07-28
1
-36
/
+0
*
request_step -> request_steps in anaconda.
Chris Lumens
2011-07-19
1
-1
/
+1
*
cosmetic: dispatch.skipStep is dispatch.skip_steps
Ales Kozumplik
2011-05-19
1
-3
/
+3
*
dispatch: fix remaining places using the old dispatch interface.
Ales Kozumplik
2011-05-19
1
-1
/
+1
*
dispatch: All skips are permanent now.
Ales Kozumplik
2011-05-19
1
-3
/
+3
*
Update the requirements for memory..
David Lehman
2011-05-05
1
-7
/
+0
*
Turn sshd setup, kicstart execution and the rescue mode into dispatch steps.
Ales Kozumplik
2011-05-04
1
-132
/
+27
*
Do not recreate the ssh keys if they exist already.
Ales Kozumplik
2011-04-21
1
-0
/
+2
*
Set ANACONDA=1 in the udev environment early in anaconda.
Chris Lumens
2011-04-15
1
-0
/
+2
*
Make reboot/halt/shutdown decisions in anaconda instead of loader.
Chris Lumens
2011-04-12
1
-8
/
+25
*
If we change language during Python, build the new locale files.
Chris Lumens
2011-04-07
1
-0
/
+1
*
After 17233a16, vncS is no longer a global.
Ales Kozumplik
2011-03-23
1
-3
/
+2
*
Remove some more xutils-related code.
Chris Lumens
2011-03-16
1
-4
/
+0
*
Log running version number as soon as possible
Brian C. Lane
2011-03-15
1
-2
/
+7
*
Remove the last of the xutils module.
Chris Lumens
2011-03-11
1
-15
/
+3
*
Pass createUser and createGroup an arguments dict.
Chris Lumens
2011-03-04
1
-3
/
+3
*
Be better at handling killed metacity.
Ales Kozumplik
2011-02-21
1
-20
/
+16
*
Make the dispatcher call the shots.
Ales Kozumplik
2011-02-21
1
-1
/
+1
*
Clean up a bunch of exception handling code.
David Lehman
2011-02-16
1
-2
/
+2
*
Tighten the focus of the dogtail and X try/except blocks.
David Lehman
2011-02-14
1
-49
/
+46
*
Remove some udev hackery that was only needed for two-stage env.
David Lehman
2011-02-14
1
-17
/
+0
*
Move large anaconda.__main__ tasks into functions.
David Lehman
2011-02-14
1
-228
/
+250
*
Add anaconda --version support (#673150).
Chris Lumens
2011-01-27
1
-1
/
+5
*
logging: get rid of storage_log.py
Ales Kozumplik
2011-01-10
1
-2
/
+2
*
mpath: remove a harmful udev_trigger() in filter_gui
Ales Kozumplik
2011-01-10
1
-0
/
+1
*
Allow existing /var/log
Brian C. Lane
2011-01-03
1
-1
/
+1
*
mpath: make sure /var/log exists exists early.
Ales Kozumplik
2010-12-15
1
-1
/
+2
*
Set up disk images earlier so kickstart device filtering works on them.
David Lehman
2010-12-10
1
-0
/
+1
*
Add support for installing onto block device image files.
David Lehman
2010-12-02
1
-4
/
+25
[next]