summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Updates to make existing code use the new storage module.David Lehman2009-02-231-29/+27
* If we'd show package selection on kickstart installs, also show tasksel.Chris Lumens2009-02-131-7/+5
* Use a better test for when we're in text mode (#484881).Chris Lumens2009-02-121-1/+1
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-3/+0
* Check that required kickstart commands are present early on (#483048).Chris Lumens2009-02-091-0/+19
* Make kickstart timezone value check consistent with system-config-date (#483094)Radek Vykydal2009-02-031-9/+4
* pykickstart has changed and now expects parse methods to return a value.Chris Lumens2009-01-141-43/+72
* pykickstart has a new version of the upgrade command.Chris Lumens2009-01-071-1/+1
* There's a new version of the repo kickstart command.Chris Lumens2008-12-231-1/+1
* Make sure ssh doesn't get duplicated in the open port list (#474937).Chris Lumens2008-12-111-0/+3
* Add a button to the UI to ignore all missing packages.Chris Lumens2008-12-041-6/+9
* kickstart, iscsi do not call iscsi.startup after startIBFT has been calledHans de Goede2008-11-081-1/+0
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-3/+4
* Fix the obviously stupid typo.Chris Lumens2008-10-271-1/+1
* There's a new version of the firewall command for F10 (#467753).Chris Lumens2008-10-271-2/+2
* Add reverse chap iscsi bits for kickstartHans de Goede2008-09-291-3/+18
* Get rid of firstnetdevice in NetworkDavid Cantrell2008-09-241-7/+3
* Pass device name to network.setDNS() and network.setGateway().David Cantrell2008-09-151-2/+2
* There's only one passphrase member (encryptionPassphrase) in Partitions.David Lehman2008-09-151-1/+10
* Make iBFT reading explicit from a higher levelHans de Goede2008-09-151-0/+1
* Kickstart timezone validity check fixed (#461526)Radek Vykydal2008-09-091-3/+11
* When the wrong filesystem type is used, raise a more explicit error.Chris Lumens2008-08-271-4/+16
* Handle 'rescue' and %post in rescue modeAlexander Todorov2008-08-111-0/+7
* Handling (ask user) of invalid timezone value in kickstart added (#404321)Radek Vykydal2008-08-011-0/+5
* If the xconfig command is given, do something with it (#455938).Chris Lumens2008-07-241-1/+11
* Suspend the curses interface before calling scripts and resume afterwards (#4...Martin Sivak2008-07-241-0/+4
* When there is text mode specified in the kickstart file, disable the vnc ques...Martin Sivak2008-07-211-2/+2
* bootProto isn't a global variable (#451689).Chris Lumens2008-06-161-1/+1
* Don't write out yum repo config files in kickstart.py.Chris Lumens2008-06-121-41/+1
* Start an errors.py that contains all these small exception classes.Chris Lumens2008-06-051-1/+1
* Fix reference to cost vs. priority (#450168).Chris Lumens2008-06-051-2/+2
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-56/+149
* Fix incorrect command name in error message.Chris Lumens2008-04-301-1/+1
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-1/+1
* Use the right base class for autopart handler.Chris Lumens2008-04-181-1/+1
* Use a better test to see if a package group doesn't exist (#439922).Chris Lumens2008-04-021-20/+21
* Add support for encrypted logical volumes in kickstart.Chris Lumens2008-03-261-0/+3
* Force filesystem mount options on /boot/efi .Peter Jones2008-03-141-3/+7
* Emit "efi" as /boot/efi's filesystem typePeter Jones2008-03-141-1/+1
* Remove advanced bootloader bitsJeremy Katz2008-02-221-2/+1
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-7/+3
* Fix a typo that's breaking kickstart network installs.Chris Lumens2008-01-221-1/+1
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-3/+7
* Initial kickstart support for encrypted partitions.Chris Lumens2008-01-151-1/+11
* Inherit from the right versions of pykickstart classes.Chris Lumens2008-01-141-6/+6
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-5/+13
* Merge branch 'kickstart-errors'Chris Lumens2007-11-061-27/+35
|\
| * Fix tracebacks in reading the messages file. Use kwargs when creating Script.Chris Lumens2007-11-061-36/+27
| * Display more useful error messages on kickstart script errors.Chris Lumens2007-11-051-8/+25
* | no more partitioning.pyJeremy Katz2007-11-061-1/+0
|/