summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* storage.disks never includes disks without media present.Chris Lumens2009-03-171-1/+1
* Use correct parse method for the upgrade command (#471232)Will Woods2009-03-161-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+1
* Get rid of the mappings and ksID as well.Chris Lumens2009-03-121-7/+0
* Update the volgroup command to work with the new storage code.Chris Lumens2009-03-121-16/+37
* Update the raid command to work with the new storage code.Chris Lumens2009-03-121-50/+79
* Update the part command to work with the new storage code.Chris Lumens2009-03-121-84/+97
* Update the logvol command to work with the new storage code.Chris Lumens2009-03-121-52/+85
* addPartRequest is no longer needed.Chris Lumens2009-03-121-14/+3
* Clear partitions before scheduling requests.Chris Lumens2009-03-121-0/+4
* We are searching a list, not a dict nowRadek Vykydal2009-03-101-2/+2
* Start storage before parsing the kickstart file.Chris Lumens2009-03-061-3/+4
* Make sure autopart without any clearpart command will fail.Chris Lumens2009-03-061-2/+2
* Update storage flag on ks autopartRadek Vykydal2009-03-061-0/+1
* Use correct storage attribute for ks clearpartRadek Vykydal2009-03-061-2/+2
* Make kickstart work against the new partitioning code.Chris Lumens2009-03-041-4/+2
* Syntax and import fixes.David Cantrell2009-03-021-3/+1
* Fix calls to getAutopartitionBoot, calling the platform's code instead.Chris Lumens2009-02-271-1/+1
* Remove autopart.py.Chris Lumens2009-02-271-1/+0
* 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