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
*
Only try to add pre scripts at this time during parsing (#276851).
Chris Lumens
2007-09-04
1
-0
/
+3
*
Use the right versions of kickstart parser methods (#269721).
Chris Lumens
2007-08-31
1
-3
/
+3
*
Inherit from the correct pykickstart Network object.
Chris Lumens
2007-08-29
1
-1
/
+1
*
Don't reference a state that's been removed from pykickstart.
Chris Lumens
2007-08-27
1
-5
/
+4
*
Use the newer repo command.
Chris Lumens
2007-08-23
1
-1
/
+1
*
Back out some stuff that shouldn't have been committed yet.
Chris Lumens
2007-07-31
1
-1
/
+7
*
Add an entry for the updates command.
Chris Lumens
2007-07-31
1
-8
/
+3
*
Moved the pullRemainingKickstartConfig functionality into pykickstart.
Chris Lumens
2007-07-16
1
-68
/
+0
*
Add the --only-use option to specify which disks should be used. This is the
Chris Lumens
2007-07-16
1
-2
/
+3
*
likewise
Jeremy Katz
2007-07-02
1
-2
/
+2
*
* kickstart.py (ZFCP.parse): Flush drive dict so zFCP devices are
David Cantrell
2007-06-14
1
-1
/
+3
*
Use the correct fix for kickstart upgrade tracebacks (#243159).
Chris Lumens
2007-06-11
1
-4
/
+3
*
Lock accounts if asked (#240059).
Chris Lumens
2007-06-07
1
-3
/
+4
*
Set a default clearpart type.
Chris Lumens
2007-06-05
1
-0
/
+3
*
Don't traceback if we're unable to remove the script after running it
Chris Lumens
2007-05-31
1
-1
/
+4
*
Fix traceback on kickstart upgrades (#241395).
Chris Lumens
2007-05-25
1
-1
/
+1
*
Handle IOErrors if we can't find the kickstart file.
Chris Lumens
2007-03-30
1
-2
/
+14
*
Inherit from FC6_Timezone to make the --isUtc option work.
Chris Lumens
2007-03-22
1
-2
/
+2
*
Subclass from F7_Raid instead.
Chris Lumens
2007-03-08
1
-1
/
+1
*
2007-03-05 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-05
1
-4
/
+4
*
Support multiple %ksappend lines (#222201).
Chris Lumens
2007-03-01
1
-43
/
+40
*
ksdata.reboot.action could be None.
Chris Lumens
2007-03-01
1
-1
/
+1
*
Finish up the extended group selection syntax by adding code to deselect
Chris Lumens
2007-02-26
1
-3
/
+11
*
groupList is now a list of Groups.
Chris Lumens
2007-02-20
1
-2
/
+4
*
Updated for new pykickstart organization. This is basically just moving
Chris Lumens
2007-02-20
1
-551
/
+615
*
Add the postscripts step (#227470).
Chris Lumens
2007-02-06
1
-0
/
+3
*
self.anaconda -> self.handler.anaconda in the nested classes (#223903).
Chris Lumens
2007-01-23
1
-4
/
+4
*
2007-01-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-23
1
-8
/
+0
*
Remove imports we no longer need.
Chris Lumens
2007-01-22
1
-1
/
+0
*
Upgrade is no longer an installclass, either.
Chris Lumens
2007-01-19
1
-3
/
+2
*
Fix skipping steps for package selection. Also, support %packages --default
Chris Lumens
2007-01-19
1
-22
/
+29
*
Kickstart is no longer an install class!
Chris Lumens
2007-01-19
1
-259
/
+246
*
2007-01-18 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-18
1
-3
/
+4
*
Oh crap, support for new pykickstart is here. This is too large to explain
Chris Lumens
2007-01-16
1
-573
/
+592
*
* anaconda (__main__): Pass reference to anaconda object to InstallData.
David Cantrell
2006-12-13
1
-5
/
+7
*
Remove LIBUSER_CONF from the environment before running %post scripts
Chris Lumens
2006-12-08
1
-0
/
+5
*
Always skip the networking step on kickstart installs (#214584).
Chris Lumens
2006-11-08
1
-2
/
+1
*
Catch hard drives that do not exist (#212377).
Chris Lumens
2006-10-26
1
-1
/
+7
*
Correct --onbiosdisk handling (#210705).
Chris Lumens
2006-10-18
1
-2
/
+2
*
- Fix pykickstart call name for mpath
Peter Jones
2006-09-25
1
-1
/
+1
*
2006-09-20 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-20
1
-22
/
+2
*
2006-09-20 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-20
1
-16
/
+10
*
Fix up when the group-selection step should appear during kickstart installs.
Chris Lumens
2006-09-12
1
-1
/
+16
*
Check for grow before checking the size (#206039).
Chris Lumens
2006-09-11
1
-1
/
+1
*
Fix getBaseInstallClass import (#202483).
Chris Lumens
2006-08-14
1
-1
/
+1
*
Fix typo (#202471).
Chris Lumens
2006-08-14
1
-1
/
+1
*
2006-08-10 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-08-10
1
-16
/
+1
*
Remove passthrough functions and exception handler for kickstart commands which
Chris Lumens
2006-08-07
1
-46
/
+1
*
Use class Anaconda in AnacondaKSHandlers so we do not have to pass an instdata
Chris Lumens
2006-08-07
1
-117
/
+115
*
Don't check size percentage if the LV is preexisting (#193341).
Chris Lumens
2006-08-07
1
-3
/
+3
[next]