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
/
kickstart.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the disk name from kickstart in the shouldClear error message.
Chris Lumens
2010-03-12
1
-1
/
+1
*
Before running shouldClear, make sure a real disk was specified (#572523).
Chris Lumens
2010-03-12
1
-0
/
+3
*
Fixes bug #569373 - Change udev_trigger block calls to use change action
Brian C. Lane
2010-03-04
1
-1
/
+1
*
Fix creation of encrypted md members and pvs in kickstart. (#567396)
David Lehman
2010-02-22
1
-0
/
+10
*
Allow --ignoremissing to work for @base and @core (#566752).
Chris Lumens
2010-02-19
1
-2
/
+2
*
logging: introduce stderr logger and use it for critical situations in kickst...
Ales Kozumplik
2010-02-18
1
-11
/
+11
*
logging, fix: setting remote logging from kicstart
Ales Kozumplik
2010-02-18
1
-8
/
+17
*
The step is named cleardiskssel, not cleardisksel (#565873).
Chris Lumens
2010-02-16
1
-1
/
+1
*
Don't always set anaconda.upgrade to be True (#565622).
Chris Lumens
2010-02-15
1
-1
/
+1
*
Move firstboot into the Anaconda object.
Chris Lumens
2010-02-04
1
-5
/
+0
*
Move bootloader into the Anaconda object.
Chris Lumens
2010-02-04
1
-15
/
+15
*
Move escrowCertificates into the Storage object.
Chris Lumens
2010-02-04
1
-4
/
+4
*
Move storage into the Anaconda class.
Chris Lumens
2010-02-04
1
-23
/
+23
*
Move desktop to the Anaconda object.
Chris Lumens
2010-02-04
1
-4
/
+4
*
Move timezone to the Anaconda object.
Chris Lumens
2010-02-04
1
-2
/
+2
*
Move firewall into Anaconda.
Chris Lumens
2010-02-04
1
-4
/
+4
*
Move users and security to the Anaconda object.
Chris Lumens
2010-02-04
1
-6
/
+6
*
Move network to the Anaconda object.
Chris Lumens
2010-02-04
1
-6
/
+6
*
Move keyboard to the Anaconda object.
Chris Lumens
2010-02-04
1
-3
/
+3
*
Move instLanguage to the Anaconda object.
Chris Lumens
2010-02-04
1
-3
/
+3
*
Move upgrade-related data to the Anaconda object.
Chris Lumens
2010-02-04
1
-2
/
+2
*
Move instClass to be an attribute on Anaconda.
Chris Lumens
2010-02-04
1
-3
/
+3
*
Move ksdata to be an attribute on Anaconda.
Chris Lumens
2010-02-04
1
-22
/
+22
*
Set displayMode on the anaconda object, then refer to that everywhere.
Chris Lumens
2010-02-04
1
-1
/
+1
*
Hookup new python EDD code (#478996)
Hans de Goede
2010-01-28
1
-2
/
+6
*
Support the new excludedGroupList in pykickstart (#554717).
Chris Lumens
2010-01-14
1
-1
/
+3
*
Use passed in anaconda parameter instead of relying on handler
Hans de Goede
2010-01-14
1
-35
/
+23
*
kickstart.py: Fix stdoutLog not being defined
Hans de Goede
2010-01-14
1
-0
/
+1
*
pylint error fixes round 2
Hans de Goede
2010-01-14
1
-2
/
+1
*
Don't wait on the filtertype screen on kickstart installs.
Chris Lumens
2010-01-08
1
-2
/
+8
*
Our overridden AutoPart class must be mentioned in commandMap.
Chris Lumens
2010-01-08
1
-0
/
+1
*
Remove LoggerClass but maintain loglevel= functionality
Ales Kozumplik
2010-01-08
1
-2
/
+2
*
Put fsprofile support back in.
David Lehman
2009-12-22
1
-9
/
+6
*
'cleardiskssel' typos that made it impossible to run text install.
Ales Kozumplik
2009-12-22
1
-2
/
+2
*
Make iscsi,etc startup use the iscsi,etc Singletons
Hans de Goede
2009-12-15
1
-3
/
+3
*
kickstart: Move onlining of fcoe/iscsi/zfcp devices to parse phase
Hans de Goede
2009-12-15
1
-34
/
+38
*
Remove call to no longer existing isys DriveDict method
Hans de Goede
2009-12-15
1
-2
/
+0
*
Add an interface to select the fancy filtering UI vs. the regular one.
Chris Lumens
2009-12-11
1
-1
/
+1
*
Add a step to prompt for the cleardisks UI.
Chris Lumens
2009-12-11
1
-0
/
+2
*
Add an early user interface for filtering storage devices.
Chris Lumens
2009-12-11
1
-0
/
+2
*
Bring auto discovered drives online before parsing the ks file
Hans de Goede
2009-12-11
1
-0
/
+6
*
Kickstart support for unpartitioned disks.
David Lehman
2009-12-09
1
-1
/
+21
*
An unitialized variable in iw/partition_gui.py and a typo in kickstart.py
Ales Kozumplik
2009-11-26
1
-1
/
+1
*
Add DCB option to kickstart FCoE code (#513011)
Hans de Goede
2009-11-26
1
-4
/
+5
*
Enhance drive specification for clearpart, ignoredisk, and partition.
Chris Lumens
2009-11-20
1
-34
/
+66
*
If the kickstart log file's path doesn't exist, make it.
Chris Lumens
2009-11-18
1
-0
/
+4
*
Various improvements to kickstart scriptlet reporting (#510636).
Chris Lumens
2009-11-16
1
-23
/
+18
*
Remove the early kickstart processing pass (#532453).
Chris Lumens
2009-11-12
1
-71
/
+21
*
Move all the important stuff out of the KickstartCommand.parse methods.
Chris Lumens
2009-11-12
1
-400
/
+345
*
commandMap and dataMap are now updates to the existing dict.
Chris Lumens
2009-11-12
1
-32
/
+11
[next]