summaryrefslogtreecommitdiffstats
path: root/instdata.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the method string back into anaconda-ks.cfg.Chris Lumens2008-09-101-0/+22
* Support xdriver= againJeremy Katz2008-07-171-0/+2
* Don't pass methodstr into the backend and instdata.Chris Lumens2008-06-181-7/+3
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-16/+2
* Don't pass None as stdout or stderr.Chris Lumens2008-03-281-1/+1
* more mouse-related removalsBill Nottingham2008-03-271-6/+0
* Have 'preupgrade' key doing an upgradeJeremy Katz2008-03-251-1/+1
* Handle /dev being on hard drive devices in the second stageJeremy Katz2008-03-201-0/+2
* Fix the format of the method=hd: parameter.Chris Lumens2008-03-131-2/+2
* Fix creating new users in kickstart.Chris Lumens2008-03-131-2/+0
* Use SHA-512 by default for password encryption.David Cantrell2008-02-201-18/+32
* Fix methodstr handling for hdiso installs (#431132).Chris Lumens2008-02-061-2/+2
* Don't refer to the libuser.conf when creating users (#428891).Chris Lumens2008-01-221-0/+2
* Try to fix a problem creating users via kickstart (#428891).Chris Lumens2008-01-211-4/+4
* Add the kickstart syntax version to the kickstart file.Chris Lumens2008-01-141-0/+4
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Fixes to the live install methodJeremy Katz2007-12-071-0/+1
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-30/+1
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-1/+12
* Since the exception dialog no longer probes for the floppy in advance,Chris Lumens2007-10-261-2/+1
* If doing a kickstart install, write the reboot command into the outputChris Lumens2007-10-031-0/+1
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-1/+3
* Write out user and services commands and scripts to anaconda-ks.cfg if doing aChris Lumens2007-09-121-0/+12
* If we did a kickstart install, use the %packages section from the ks fileChris Lumens2007-09-041-17/+18
* Add a method to write out repo lines to the anaconda-ks.cfg file for allChris Lumens2007-06-261-0/+2
* Fix another syntax error.Chris Lumens2007-06-181-1/+1
* 2007-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-06-151-1/+1
* Lock accounts if asked (#240059).Chris Lumens2007-06-071-5/+12