summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Expand)AuthorAgeFilesLines
* logging: remove references to "confirminstall" and "confirmupgrade" steps.Ales Kozumplik2010-05-131-1/+0
* logging: remove all references to the "installtype" step.Ales Kozumplik2010-05-131-6/+0
* bootloader timeout default should be None not 0Jesse Keating2010-05-101-1/+1
* Add all possible install class locations to the search path (#587696).Chris Lumens2010-05-071-11/+14
* Call the right superclass's __init__ method.Chris Lumens2010-04-061-2/+1
* Install classes are now under the anaconda module directory.Chris Lumens2010-04-061-5/+6
* Add "crashkernel=auto" to grub.conf for RHEL installs (#561729)Hans de Goede2010-03-101-0/+2
* report handles exn saving now, and doesn't require a Filer (#562656).Chris Lumens2010-03-041-4/+0
* Nothing uses InstallData anymore, so it can completely be removed.Chris Lumens2010-02-041-8/+1
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+0
* Install classes may no longer force text mode.Chris Lumens2010-02-041-3/+0
* Add an interface to select the fancy filtering UI vs. the regular one.Chris Lumens2009-12-111-0/+1
* Add a step to prompt for the cleardisks UI.Chris Lumens2009-12-111-0/+1
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-111-0/+1
* Allow InstallInterfaces to modify the installation steps.Chris Lumens2009-12-111-0/+3
* Use installclass to make the bootloader timeout 5 seconds on RHEL.Peter Jones2009-11-231-2/+4
* Modify autopart requests to include a separate /home (#150670).Chris Lumens2009-11-041-1/+4
* Remove the installation number screen.Chris Lumens2009-09-221-13/+0
* BugzillaFiler.__init__ now requires a bugUrl, version, and product.Chris Lumens2009-07-291-2/+4
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-051-8/+1
* Use PartSpec in the auto partition request list, and assign weights to them.Chris Lumens2009-03-301-2/+5
* Make sure autopart without any clearpart command will fail.Chris Lumens2009-03-061-0/+2
* Merge branch 'master' into storageDavid Lehman2009-03-041-1/+1
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+1
| * Remove unnecessary import lines.David Cantrell2009-02-231-1/+0
* | Specify the filesystem type in the autopart requests.David Lehman2009-02-271-1/+1
* | Fix calls to getAutopartitionBoot, calling the platform's code instead.Chris Lumens2009-02-271-3/+3
* | Use correct attributes of storage for clearpart type and disks.David Lehman2009-02-271-6/+3
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+0
* | Remove format flag from autorequest tuple since it's always True.David Lehman2009-02-231-3/+3
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-9/+8
|/
* Encode our upgrade policy in productMatches/versionMatches and enforce it.Chris Lumens2009-02-161-0/+9
* Make ext4 default in UI filesystem selection (bug #481112)Radek Vykydal2009-02-031-1/+1
* Default / to be ext4Jeremy Katz2009-01-191-1/+1
* Fix syntax error in yuminstall.py, fix pychecker warnings.David Cantrell2008-08-271-1/+0
* Expert mode was disabled in 2004. Remove it now.Chris Lumens2008-08-141-3/+3
* Support an abstract bug filing layer.Chris Lumens2008-07-221-0/+3
* Don't continue on using the base installclass if we can't find oneJeremy Katz2008-06-231-2/+1
* Don't pass methodstr into the backend and instdata.Chris Lumens2008-06-181-1/+1
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-2/+0
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-273/+25
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-1/+1
* more mouse-related removalsBill Nottingham2008-03-271-10/+0
* Be a little smarter about downloading repo metadata (#437972).Chris Lumens2008-03-241-3/+0
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-03-141-0/+4
|\
| * The xconfig command with no X running doesn't make sense.Chris Lumens2008-03-131-0/+4
* | Call getAutoPartitionBoot with our partition list as an arg.Peter Jones2008-03-141-1/+1
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/anacondaBill Nottingham2008-02-111-1/+1
|\
| * Fix test mode with python-fedora installedJeremy Katz2008-02-051-1/+1