Jump to letter: [
ACDEIKLMOPRSWZ
]
pykickstart - A python library for manipulating kickstart files
The pykickstart package is a python library for manipulating kickstart
files.
Packages
Latest: pykickstart-1.0-9999.2.el5_fio.noarch.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| pykickstart |
0 |
1.0 |
9999.2.el5_fio |
noarch |
175 KiB |
2011-01-20 07:53:53 |
Changelog:
- * 2009-04-06 - Patrice Guay <patrice.guay[AT]nanotechnologies.qc.ca> - 1.0-2
- Add support for 'timeout' option to bootloader line in kickstart file (patch submitted by Brandon Davidson)
- * 2007-04-29 - Patrice Guay <patrice.guay[AT]nanotechnologies.qc.ca> - 1.0-1
- rebuild
- * 2007-04-13 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 1.0-1
- Update documentation.
- Update translations.
- * 2007-03-19 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.100-1
- bootloader should be written out after upgrade/install.
- Treat class names as unicode strings (#231053).
- * 2007-03-07 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.99-1
- The timezone command didn't recognize --isUtc before FC6 (#231189).
- Recognize %ksappend lines in ksvalidator.
- Don't set default values in some command __init__ methods.
- Added an updates command.
- Add support for RAID10.
- * 2007-02-26 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.98-1
- Fix device command syntax to match anaconda.
- Fix __call__ on method command.
- * 2007-02-21 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.97-1
- Fix traceback when not overriding default mappings (#229505).
- * 2007-02-20 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.96-1
- Fix __str__ methods for langsupport and reboot commands.
- Renamed BaseHandler.empty to BaseHandler.maskAllExcept.
- Split command objects out into their own files in commands/.
- Rename command objects to start with Version_.
- Support extended group selection syntax.
- * 2007-02-14 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.95-1
- KickstartParser no longer takes a version argument.
- Be more lenient in what strings stringToVersion accepts.
- Allow setting state on one data object from multiple files.
- * 2007-02-07 - Chris Lumens <clumens[AT]redhat[DOTCOM]> - 0.94-1
- Add a newline to the end of the key command output.
- Use network bootproto constants (#197694).
- Fix tracebacks in subclass __str__ methods (#226734).