summaryrefslogtreecommitdiffstats
path: root/instdata.py
Commit message (Expand)AuthorAgeFilesLines
* Nothing uses InstallData anymore, so it can completely be removed.Chris Lumens2010-02-041-54/+0
* Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-041-3/+1
* Move firstboot into the Anaconda object.Chris Lumens2010-02-041-4/+1
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-10/+0
* Move escrowCertificates into the Storage object.Chris Lumens2010-02-041-1/+0
* Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+0
* Move desktop to the Anaconda object.Chris Lumens2010-02-041-5/+0
* Move timezone to the Anaconda object.Chris Lumens2010-02-041-4/+0
* Move firewall into Anaconda.Chris Lumens2010-02-041-3/+0
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-76/+0
* Move network to the Anaconda object.Chris Lumens2010-02-041-7/+0
* Move keyboard to the Anaconda object.Chris Lumens2010-02-041-7/+0
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-6/+1
* Move the writeKS and write methods from InstallData to Anaconda.Chris Lumens2010-02-041-76/+1
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-18/+0
* Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-041-3/+0
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+0
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-4/+4
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-14/+8
* Remove backend and other pointless attributes from InstallData.Chris Lumens2010-02-041-13/+4
* Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-041-7/+2
* Set displayMode on the anaconda object, then refer to that everywhere.Chris Lumens2010-02-041-7/+2
* pylint error fixes round 2Hans de Goede2010-01-141-2/+2
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-111-0/+2
* Remove test mode.Chris Lumens2009-12-031-6/+3
* Support upgrading when the language isn't in lang-table (#528317).Chris Lumens2009-10-131-1/+1
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-1/+1
* Remove the installation number screen.Chris Lumens2009-09-221-5/+0
* Add escrow supportMiloslav Trmač2009-09-141-0/+1
* Pass InstalltData to booty __init__ as it needs access to many of its membersHans de Goede2009-08-051-1/+1
* Add a dracutSetupString method to network.pyHans de Goede2009-08-041-1/+1
* Use keyboard bits from system-config-keyboard nowJeremy Katz2009-07-291-1/+1
* Set GECOS field for new user accounts specific in ks filesDavid Cantrell2009-07-201-1/+2
* Allow creating new groups through kickstart.Chris Lumens2009-07-021-0/+6
* Move simpleconfig (back) into anaconda from rhplJeremy Katz2009-07-011-2/+1
* Make the storage.writeKS method useful and called from instdata (#493703).Chris Lumens2009-05-121-2/+1
* Add support for fingerprint-based logins (#481273).Chris Lumens2009-04-161-1/+1
* Move protectedPartition setup into storageInitialize (#491781).Chris Lumens2009-03-241-25/+0
* Use booty.getBootloader instead of going through an intermediary.Chris Lumens2009-03-041-2/+2
* Handle write and writeKS for the iSCSI and ZFCP modules.Chris Lumens2009-03-041-1/+2
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+2
* Updates to make existing code use the new storage module.David Lehman2009-02-231-28/+8
* Write out the path to the repo, not anaconda-ks.cfg (#467753).Chris Lumens2008-10-301-1/+6
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-0/+3
* Fix traceback in network.bringUp() (#468651)David Cantrell2008-10-261-1/+2
* Tell NetworkManager not to touch network interfaces when / is a netfsHans de Goede2008-10-241-1/+1
* It helps to specify what the method string should be split on (#464855).Chris Lumens2008-10-011-1/+1
* Whitespace cleanups.David Cantrell2008-09-291-34/+34
* Don't worry about errors looking up protected partitions on upgrades.Chris Lumens2008-09-191-6/+20
* On HDISO installs, mark LABEL= and UUID= partitions as protected.Chris Lumens2008-09-151-0/+8