summaryrefslogtreecommitdiffstats
path: root/instdata.py
Commit message (Expand)AuthorAgeFilesLines
* * partedUtils.py (openDevices): don't relabel disks that containdlehman2007-02-221-0/+5
* Set the default timezone based on the current language, whether we can displayChris Lumens2007-02-211-0/+1
* Fix writing out --startxonboot and the initial setting of firstboot in caseChris Lumens2007-01-261-1/+1
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-1/+2
* More stuff we don't need.Chris Lumens2007-01-171-9/+0
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-5/+4
* * anaconda (__main__): Pass reference to anaconda object to InstallData.David Cantrell2006-12-131-4/+4
* We don't usually want to write out the xconfig and monitor lines into theChris Lumens2006-11-131-1/+1
* Turn off firstboot on s390 (#207926).Chris Lumens2006-09-251-1/+7
* 2006-07-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-1/+1
* Fix writing out the X config file during post instllation.Chris Lumens2006-07-281-1/+1
* 2006-07-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-2/+2
* Fix "unknown error" on shadow file (#196705).Chris Lumens2006-07-121-2/+2
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-3/+3
* 2006-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-171-1/+1
* Move account creation to where the root password is set, since it's theChris Lumens2006-05-051-8/+29
* - fix missing newline on "rootpw" linePeter Jones2006-05-051-2/+2
* Correct root password traceback.Chris Lumens2006-05-031-1/+1
* Add support for making users and for enabling/disabling services viaChris Lumens2006-05-031-27/+11
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-011-1/+1
* We probably don't want to log the root password.Chris Lumens2006-04-111-2/+0
* Move import to the top.Chris Lumens2006-04-111-1/+1
* Use libuser for handling the root password instead of a bunch of our ownChris Lumens2006-04-111-4/+38
* Remove the unused Accounts class.Chris Lumens2006-03-301-4/+0
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-8/+3
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-1/+0
* * anaconda: Pass the display mode we're running in to InstallData.David Cantrell2006-02-211-2/+7
* 2006-02-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-121-3/+2
* 2006-02-09 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-091-0/+2
* 2006-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-301-1/+0
* Better change for that change I made.David Cantrell2006-01-261-4/+3
* * instdata.py (InstallData): Set backend to None by default, onlyDavid Cantrell2006-01-261-2/+4
* Write out %packages section in the template kickstart file.Chris Lumens2006-01-201-2/+3
* Fix 178095.David Cantrell2006-01-191-4/+10
* Don't traceback on printing out an authconfig-related error message (#178041).Chris Lumens2006-01-171-7/+6
* It helps to have the right path to authconfig. Also, the right argumentChris Lumens2005-11-071-5/+8
* Don't write empty authconfig line (#171558).Chris Lumens2005-10-241-1/+2
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-1/+1
* Remove hdrlist based %packagesPaul Nasrat2005-09-061-61/+2
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-7/+30
* bye, bye compspkgPaul Nasrat2005-08-241-3/+0
* Temporarily disable %package ks write outPaul Nasrat2005-08-241-1/+1
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-151-8/+1
* Make anaconda-ks.cfg roPaul Nasrat2005-04-211-2/+3
* Decode source URL before writing it into the kickstart file (#154149).Chris Lumens2005-04-131-1/+2
* Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manualChris Lumens2005-03-311-1/+1
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-4/+1
* Remove the Boolean class. We have a type for that.Chris Lumens2005-03-281-12/+8
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-3/+1
* - zfcp.conf was written way too late. it's required to be there before the ke...Karsten Hopp2004-08-251-1/+0