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
*
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
*
Sort the attributes on class Anaconda for my future reference.
Chris Lumens
2010-02-04
1
-11
/
+11
*
Install classes may no longer force text mode.
Chris Lumens
2010-02-04
1
-5
/
+0
*
rename constants and a variable in anconda_log.py so the names make more sense.
Ales Kozumplik
2010-01-29
1
-2
/
+2
*
anaconda, storage and yum: log to tty3 in the same format as we log into tty4
Ales Kozumplik
2010-01-29
1
-1
/
+2
*
Introducing a proper syslog daemon allows us to remove the syslogd stub we have.
Ales Kozumplik
2010-01-21
1
-0
/
+1
*
iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.
Peter Jones
2010-01-15
1
-2
/
+1
*
devicetree.devices is a list, not a dict (#554455).
Chris Lumens
2010-01-11
1
-1
/
+1
*
Install the driver discs according to what was loaded in stage1
Martin Sivak
2010-01-08
1
-0
/
+4
*
get rid of global import of anaconda_log
Ales Kozumplik
2010-01-08
1
-9
/
+9
*
introduce loglevel flag and use it in yum's tty3 logging
Ales Kozumplik
2010-01-08
1
-0
/
+1
*
Remove LoggerClass but maintain loglevel= functionality
Ales Kozumplik
2010-01-08
1
-3
/
+3
*
Nothing sets flags.setupFilesystems anymore, so it can go too.
Chris Lumens
2009-12-03
1
-2
/
+1
*
Complain if we're started in test or rootPath mode instead of aborting.
Chris Lumens
2009-12-03
1
-0
/
+10
*
Remove test mode.
Chris Lumens
2009-12-03
1
-35
/
+18
*
Remove rootPath mode.
Chris Lumens
2009-12-03
1
-25
/
+3
*
Whenever storage code tries to log a method call, do so into the 'tmp/storage...
Ales Kozumplik
2009-12-03
1
-1
/
+4
*
One reference to earlyKS somehow survived. Kill it.
Chris Lumens
2009-11-25
1
-1
/
+1
*
Fix killall -USR2 anaconda writing out a traceback file.
Chris Lumens
2009-11-24
1
-9
/
+13
*
Remove the early kickstart processing pass (#532453).
Chris Lumens
2009-11-12
1
-32
/
+43
*
Move exception setup to right after instdata is populated.
Chris Lumens
2009-11-12
1
-4
/
+4
*
Allow remote(ish) debugging.
Peter Jones
2009-11-09
1
-0
/
+10
*
Make sure /var/log/lastlog is there so we don't have ugly logs.
Peter Jones
2009-11-09
1
-0
/
+2
*
Add handling for sshpw command.
Peter Jones
2009-11-05
1
-4
/
+26
*
Improve logging of ssh-keygen.
Peter Jones
2009-11-05
1
-1
/
+6
*
Remove tabs in "anaconda"
Peter Jones
2009-11-05
1
-97
/
+99
*
Add sshd support for non-s390 platforms.
Peter Jones
2009-10-28
1
-0
/
+26
*
Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380)
Steffen Maier
2009-10-16
1
-8
/
+0
*
Support upgrading when the language isn't in lang-table (#528317).
Chris Lumens
2009-10-13
1
-1
/
+1
*
Do not show the VNC-over-text question, when there is not enough memory for G...
Martin Sivak
2009-10-09
1
-0
/
+5
*
Stop trying to run xrandr (#527678).
Chris Lumens
2009-10-07
1
-13
/
+0
*
Pass the proxy config information to stage2.
Chris Lumens
2009-09-30
1
-0
/
+17
*
libcurl supports https in addition to http, so change our tests.
Chris Lumens
2009-09-30
1
-1
/
+1
*
Don't display the warning about not enough memory on a VNC install (#521109).
Chris Lumens
2009-09-03
1
-1
/
+1
*
Simplify language.py to two basic settings, and a lot of support (#517569).
Chris Lumens
2009-09-02
1
-2
/
+2
*
The names of a couple basic udev methods has changed.
Chris Lumens
2009-08-04
1
-1
/
+1
*
Fix up udev sillies (related to #514501)
Jeremy Katz
2009-07-31
1
-0
/
+14
*
And finish off the removal of rhpl
Jeremy Katz
2009-07-29
1
-1
/
+1
*
Use keyboard bits from system-config-keyboard now
Jeremy Katz
2009-07-29
1
-1
/
+1
*
Get glade files and pixmaps from an environment variable.
Chris Lumens
2009-07-29
1
-0
/
+3
*
Add meh to the list of python modules we can update.
Chris Lumens
2009-07-29
1
-1
/
+1
*
Adapt exception.py to using python-meh.
Chris Lumens
2009-07-29
1
-4
/
+2
[next]