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
/
pyanaconda
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Gdk thread initialization, introduce new helper functions and make exc...
Martin Sivak
2012-10-16
1
-3
/
+0
*
add some thread logging
Brian C. Lane
2012-10-09
1
-0
/
+9
*
Remove some unused clearpart-related settings.
Chris Lumens
2012-10-03
1
-2
/
+0
*
Initialize gdk threading as well.
Chris Lumens
2012-09-25
1
-0
/
+3
*
Fix dumpState to work with the new python-meh (#856235)
Vratislav Podzimek
2012-09-17
1
-9
/
+8
*
Remove anaconda.instLanguage object and language module
Vratislav Podzimek
2012-09-04
1
-10
/
+0
*
remove dead code (setMethodstr, expandFTPMethod)
Will Woods
2012-08-27
1
-15
/
+0
*
Use ksdata.timezone and timezone module instead of anaconda.timezone
Vratislav Podzimek
2012-08-22
1
-11
/
+0
*
Enable text mode once again!
Jesse Keating
2012-08-14
1
-5
/
+10
*
remove Security class
Brian C. Lane
2012-08-09
1
-3
/
+1
*
Replace system-config-keyboard with our methods using ksdata.keyboard
Vratislav Podzimek
2012-08-08
1
-2
/
+0
*
remove Network(): list of network devices, final steps
Radek Vykydal
2012-07-20
1
-2
/
+2
*
remove Network(): write (configuration) method
Radek Vykydal
2012-07-20
1
-1
/
+1
*
remove Network(): disabling of ipv6
Radek Vykydal
2012-07-20
1
-0
/
+1
*
remove Network(): post-configuration of devices used for storage
Radek Vykydal
2012-07-20
1
-2
/
+3
*
remove Network(): copying configuration to target system
Radek Vykydal
2012-07-20
1
-1
/
+1
*
Update the group, rootpw, and user commands to be called from doInstall.
Chris Lumens
2012-07-18
1
-10
/
+0
*
Hook up the kickstart firstboot command so it actually does something.
Chris Lumens
2012-07-17
1
-9
/
+0
*
Remove enough of dispatcher so anaconda works without partIntfHelpers.
Chris Lumens
2012-07-17
1
-2
/
+1
*
Bring live device detection in line with elsewhere.
Chris Lumens
2012-06-26
1
-3
/
+3
*
Merge branch 'master' into newui-merge
Brian C. Lane
2012-06-20
1
-0
/
+1
|
\
|
*
Set ONBOOT=yes for FCoE devices (#755147)
Radek Vykydal
2012-02-09
1
-0
/
+1
|
*
Add a script mode that exits instead of looping
Brian C. Lane
2011-12-16
1
-0
/
+3
*
|
Move service enabling/disabling into an execute method.
Chris Lumens
2012-05-09
1
-17
/
+0
*
|
Remove all the writeKS methods except in network and storage.
Chris Lumens
2012-04-24
1
-79
/
+0
*
|
All UI objects need to take a Storage instead of a DeviceTree.
Chris Lumens
2012-03-20
1
-1
/
+1
*
|
Fix an indentation error when setting up the payload.
Chris Lumens
2012-03-01
1
-1
/
+2
*
|
Set the default packaging payload as an attribute on Anaconda.
Chris Lumens
2012-02-28
1
-1
/
+22
*
|
Fix a couple minor problems from the storage/bootloader/platform untangle.
Chris Lumens
2012-02-13
1
-1
/
+1
*
|
Make Platform.bootloaderClass public since we use it that way.
David Lehman
2012-02-09
1
-1
/
+1
*
|
Remove the anaconda attribute from Platform.
David Lehman
2012-02-09
1
-1
/
+1
*
|
Define exactly which arguments Spokes, Hubs, andand UserInterfaces may count on.
Chris Lumens
2011-11-21
1
-1
/
+1
*
|
Add in some hacks to make the new UI fire up from anaconda.
Chris Lumens
2011-11-10
1
-33
/
+5
|
/
*
Default to an active network device after reboot on Fedora (ONBOOT) (#498207)
Radek Vykydal
2011-10-05
1
-0
/
+2
*
Remove unnecessary ROOT_PATH constant passing.
Ales Kozumplik
2011-08-26
1
-10
/
+9
*
Moving anaconda.rootPath to constants.ROOT_PATH.
Ales Kozumplik
2011-08-26
1
-13
/
+13
*
Move platform-specific boot-related data into Platform.
David Lehman
2011-06-27
1
-1
/
+4
*
dispatch: remove "upgradeswapsuggestion" and "addswap" steps.
Ales Kozumplik
2011-05-19
1
-1
/
+0
*
Turn sshd setup, kicstart execution and the rescue mode into dispatch steps.
Ales Kozumplik
2011-05-04
1
-0
/
+4
*
Update remaining parts of anaconda to use new bootloader module.
David Lehman
2011-04-07
1
-5
/
+1
*
Write --noverifyssl to repos and urls in kickstart where fit.
Ales Kozumplik
2011-02-21
1
-1
/
+5
*
Clean up a bunch of exception handling code.
David Lehman
2011-02-16
1
-1
/
+1
*
s390x has firstboot now
David Cantrell
2011-02-14
1
-3
/
+1
*
Make Storage function in the absence of an Anaconda instance.
David Lehman
2011-02-14
1
-1
/
+1
*
No one likes the welcome step anymore, so remove it.
Chris Lumens
2010-10-12
1
-21
/
+0
*
Save the partition type selection when moving back (#635778)
Brian C. Lane
2010-09-23
1
-0
/
+2
*
Make sure multipathd starts on systems using mpath storage (#615040)
David Cantrell
2010-07-28
1
-5
/
+9
*
Include the kickstart file in the traceback
Brian C. Lane
2010-07-27
1
-0
/
+1
*
logging: remote logging for traceback dumps.
Ales Kozumplik
2010-07-26
1
-1
/
+9
*
modules: changes to the import statements directly under pyanaconda/
Ales Kozumplik
2010-06-23
1
-1
/
+1
[next]