summaryrefslogtreecommitdiffstats
path: root/installclasses
Commit message (Expand)AuthorAgeFilesLines
* report handles exn saving now, and doesn't require a Filer (#562656).Chris Lumens2010-03-042-10/+0
* Nothing uses InstallData anymore, so it can completely be removed.Chris Lumens2010-02-042-4/+4
* Move storage into the Anaconda class.Chris Lumens2010-02-042-2/+2
* The firmware and additional-web-server groups no longer exist (#555609).Chris Lumens2010-01-151-5/+5
* pylint error fixes round 2Hans de Goede2010-01-141-1/+1
* Use installclass to make the bootloader timeout 5 seconds on RHEL.Peter Jones2009-11-231-0/+2
* Provide a single checkbox for a minimal install (#523839).Chris Lumens2009-10-272-9/+23
* "minimal" has been renamed to "core" (#526191).Chris Lumens2009-09-291-1/+1
* Make sure the Minimal group is selected by default on RHEL installs (#524561).Chris Lumens2009-09-242-0/+8
* Modify rhel.py installclass for current RHEL development efforts.David Cantrell2009-09-221-124/+54
* Fixes for rhel installclass.David Cantrell2009-09-211-6/+8
* defaultVersion and defaultProduct no longer exist in python-meh.Chris Lumens2009-07-291-2/+1
* BugzillaFiler.__init__ now requires a bugUrl, version, and product.Chris Lumens2009-07-292-4/+8
* Convert installclasses/ to Makefile.amDavid Cantrell2009-06-092-39/+23
* Make the installation key text more descriptive (#474375).Chris Lumens2009-06-051-12/+8
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-052-4/+2
* If no partitioning commands are given, apply the UI selections (#490880).Chris Lumens2009-04-032-12/+8
* Don't set default partitioning in every kickstart case.Chris Lumens2009-03-122-8/+11
* More syntax errors / traceback fixesHans de Goede2009-03-051-0/+3
* Make kickstart work against the new partitioning code.Chris Lumens2009-03-042-10/+8
* Fix calls to getAutopartitionBoot, calling the platform's code instead.Chris Lumens2009-02-272-0/+2
* Lots of little updates to make things use the new storage module.David Lehman2009-02-242-2/+3
* Encode our upgrade policy in productMatches/versionMatches and enforce it.Chris Lumens2009-02-162-0/+69
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+1
* Don't install the games group as part of office/productivity (#472324).Chris Lumens2008-12-091-1/+1
* Check that the platform and product are also correct (#469367).Chris Lumens2008-10-311-1/+1
* Make sure the productVersion given by .treeinfo exists in bugzilla (#468657).Chris Lumens2008-10-281-1/+2
* Fix text inconsistency (#465165).Chris Lumens2008-10-011-1/+1
* Expert mode was disabled in 2004. Remove it now.Chris Lumens2008-08-142-4/+4
* Support an abstract bug filing layer.Chris Lumens2008-07-222-1/+6
* Explicitly setup livecd install by passing --liveinst to anacondaJeremy Katz2008-06-301-1/+1
* If repo=/method= is given, disable all other repos by default.Chris Lumens2008-06-181-1/+1
* Don't pass methodstr into the backend and instdata.Chris Lumens2008-06-182-4/+6
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-042-16/+8
* Be a little smarter about downloading repo metadata (#437972).Chris Lumens2008-03-241-1/+0
* Rename base repo (#430806).Chris Lumens2008-02-081-1/+1
* Add a repository editor and rework the adding code to make use of it.Chris Lumens2008-01-221-1/+1
* Add the default repo to the UI so it can be edited later.Chris Lumens2008-01-221-0/+6
* GPLv2+ boilerplates on all installclasses/*.py files.David Cantrell2007-12-172-0/+38
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+18
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-052-9/+0
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-1/+0
* - remove sound-and-video from 'Office and Productivity'Peter Jones2007-10-171-1/+1
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-1/+1
* 2007-08-23 Joel Granados <jgranado@redhat.com>jgranado2007-08-231-2/+1
* Was I the only one getting this error? rhel.py needed to import yuminstall.David Cantrell2007-07-251-0/+1
* The RHEL installclass is hidden in Fedora.Chris Lumens2007-02-261-1/+1
* * partedUtils.py (openDevices): don't relabel disks that containdlehman2007-02-221-37/+102
* - make the product description actually get translated sanely (rhel bz #216067)Peter Jones2007-02-062-6/+4
* Don't set up the default partitions if we're on a kickstart install. autopartChris Lumens2007-01-312-4/+8