summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix constants imports so we get everything that was moved intoChris Lumens2005-10-061-1/+1
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-041-3/+2
* 2005-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-201-0/+1
* fix importPaul Nasrat2005-09-201-1/+1
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-6/+2
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-1/+0
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-22/+0
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-1/+1
* * anaconda.spec: Bump version, tweak requirementsBill Nottingham2005-09-091-20/+9
* Backend workPaul Nasrat2005-08-311-0/+2
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-40/+3
* 2005-08-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-261-0/+1
* Use new logging system.Chris Lumens2005-08-121-15/+17
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-211-19/+3
* Work in for yumPaul Nasrat2005-07-201-2/+3
* Fix multiple NICs in kickstart config files (#158566).Chris Lumens2005-07-131-1/+1
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-16/+0
* Automatically select any conditional packages that are required byChris Lumens2005-05-241-0/+1
* Support setting the system's runtime language even if it's not supportedChris Lumens2005-04-131-6/+5
* Fix traceback on setting language support in kickstart.Chris Lumens2005-04-011-2/+4
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-8/+7
* No longer use lilo.Peter Jones2005-02-211-6/+2
* Revert some more mac changes - fix parted insteadPaul Nasrat2005-02-211-6/+1
* Fedora PPC - autopartitioning (#121266) and G5 (#149081)Paul Nasrat2005-02-191-1/+6
* Fix a traceback where there is no %post scriptlet. Synchronize the kickstartChris Lumens2005-02-091-1/+1
* Put fixes for #138852 and #146915 on HEADPaul Nasrat2005-02-081-3/+7
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-1/+0
* 2005-01-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-101-0/+6
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-0/+1
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-0/+1
* 2004-10-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-011-0/+3
* add calls to zfcp stuffKarsten Hopp2004-08-021-0/+7
* Enable kickstart to ignore specific disks (#79016)Paul Nasrat2004-07-091-0/+6
* switch autopartitioning to use lvm by default. setup is basicallyJeremy Katz2004-07-071-4/+4
* fix typoKarsten Hopp2004-06-181-1/+1
* * add support in the second stage for setting wepkey and essid in kickstart.Jeremy Katz2004-06-181-3/+8
* major simplification of the firewall code. lose the trusted devices andJeremy Katz2004-06-181-10/+21
* only way to make sure firstboot gets the change I want is to disable theJeremy Katz2004-06-161-3/+3
* disable betanag permanently, noticed by mattdm on anaconda-devel-listJeremy Katz2004-06-151-1/+1
* handle upgrade and noupgrade at the same time so that we can then easilyJeremy Katz2004-06-071-2/+7
* the start of better kickstart error handling. create KickstartError classJeremy Katz2004-05-181-1/+1
* quick hack for selinux support in kickstart, syntax may change before theJeremy Katz2004-03-171-0/+3
* add a new step for setting the file contexts so that it can be after theJeremy Katz2004-02-241-0/+1
* remove the mouse configuration screenbfox2004-02-231-2/+1
* boot disk go bye bye (and good riddance). they're not really going to fit wi...Jeremy Katz2004-02-091-1/+1
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-1/+2
* fix overzealous overriding of hostname for dhcpJeremy Katz2003-10-211-1/+2
* fix traceback. pychecker might as well be worthless :( (#106011)Jeremy Katz2003-09-301-1/+1
* don't let probed hsync/vsync override the provided one (#105586)Jeremy Katz2003-09-291-1/+6
* fix traceback in autoprobe case (#105586)Jeremy Katz2003-09-251-2/+2