index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kickstart.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Be smarter about where the log files are for kickstart scripts.
Chris Lumens
2006-07-26
1
-2
/
+2
*
2006-07-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-25
1
-4
/
+22
*
2006-07-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-21
1
-1
/
+18
*
- add multipath support in kickstart.py
Peter Jones
2006-07-17
1
-0
/
+27
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-2
/
+1
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-0
/
+8
*
Read from the right stdin when running scripts.
Chris Lumens
2006-05-31
1
-1
/
+1
*
Don't allow logical volumes to be smaller than their volume group's PE size
Chris Lumens
2006-05-24
1
-7
/
+11
*
2006-05-17 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-18
1
-1
/
+1
*
Removed references to steps that don't exist anymore.
David Cantrell
2006-05-17
1
-3
/
+2
*
Don't skip the welcome screen on interactive installs so we have somewhere to
Chris Lumens
2006-05-10
1
-3
/
+2
*
- fix bare intf to use anaconda class
Peter Jones
2006-05-05
1
-2
/
+2
*
Finish making non-UI steps pass around the anaconda object.
Chris Lumens
2006-05-04
1
-25
/
+25
*
Don't traceback if pykickstart gets support for a new command before anaconda.
Chris Lumens
2006-05-03
1
-1
/
+7
*
Add support for making users and for enabling/disabling services via
Chris Lumens
2006-05-03
1
-0
/
+8
*
Use libuser for handling the root password instead of a bunch of our own
Chris Lumens
2006-04-11
1
-2
/
+3
*
Add support for the logging command (which does something) and the repo
Chris Lumens
2006-03-27
1
-0
/
+14
*
Warn if %packages is given on upgrade.
Chris Lumens
2006-03-23
1
-6
/
+9
*
Don't show group selection on upgrade (#184528)
Paul Nasrat
2006-03-09
1
-1
/
+3
*
Mark Everything as deprecated, too.
Chris Lumens
2006-03-03
1
-2
/
+4
*
@Everything -> "*"
Chris Lumens
2006-03-03
1
-0
/
+7
*
"" vs. None for making swap on RAID work again (#176537).
Chris Lumens
2006-02-27
1
-1
/
+1
*
Reboot automatically in interactive mode if told to do so (#181743).
Chris Lumens
2006-02-17
1
-0
/
+8
*
Complain about unknown packages and groups
Paul Nasrat
2006-02-17
1
-5
/
+43
*
Lots of kickstart fixes.
Chris Lumens
2006-02-17
1
-3
/
+10
[next]