summaryrefslogtreecommitdiffstats
path: root/pyanaconda/installclass.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-3/+3
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-1/+2
* Remove installclass arch filtering.David Lehman2013-01-281-4/+0
* Remove some modules obsoleted by the packaging module.David Lehman2013-01-081-7/+0
* Remove anaconda.instLanguage object and language moduleVratislav Podzimek2012-09-041-1/+0
* networking: mirror end-of-installation network config tweaks in ksdata.Radek Vykydal2012-08-271-1/+2
* Streamline autopart request setup slightly.David Lehman2012-08-131-4/+11
* Don't use "swap" as a variable name; it's already the name of a module.Chris Lumens2012-08-031-2/+2
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-3/+4
|\
| * Move swapSuggestion to storage and use a new suggested algorithm for itVratislav Podzimek2012-06-271-3/+4
* | remove Network(): list of network devices, final stepsRadek Vykydal2012-07-201-1/+1
* | Remove enough of dispatcher so anaconda works without partIntfHelpers.Chris Lumens2012-07-171-64/+0
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-5/+14
|\|
| * Move sshpw handling out of AnacondaJesse Keating2012-06-081-1/+0
| * Be more verbose about upgrade failures (#735060)Brian C. Lane2012-02-101-1/+11
| * Add new field to PartSpec to indicate btrfs reqs.David Lehman2011-12-191-3/+3
* | Improve the runspoke.py tool and make it callable from makeMartin Sivak2012-05-241-1/+6
* | Run kickstart %post scripts at the end of installation.Chris Lumens2012-05-081-1/+0
* | Remove all the writeKS methods except in network and storage.Chris Lumens2012-04-241-1/+0
* | Set the default packaging payload as an attribute on Anaconda.Chris Lumens2012-02-281-3/+4
* | Move setfilecons code into a kickstart script, too.Chris Lumens2012-02-221-1/+0
* | Log file copying can be handled by a kickstart script now.Chris Lumens2012-02-221-1/+0
|/
* Default to an active network device after reboot on Fedora (ONBOOT) (#498207)Radek Vykydal2011-10-051-0/+3
* Change IsBeta to IsFinalMartin Gracik2011-07-261-1/+1
* Make /home autoreq grow a bit faster in relation to root.David Lehman2011-06-271-1/+1
* Keep dracut settings in sets instead of many long strings.Ales Kozumplik2011-06-241-1/+1
* Allow autopart without lvm.David Lehman2011-06-081-3/+4
* cosmetic: dispatch.request_step is dispatch.request_steps.Ales Kozumplik2011-05-191-1/+1
* cosmetic: dispatch.skipStep is dispatch.skip_stepsAles Kozumplik2011-05-191-7/+7
* dispatch: fix remaining places using the old dispatch interface.Ales Kozumplik2011-05-191-1/+1
* dispatch: Fix rules for running the partitioning step.Ales Kozumplik2011-05-191-1/+0
* dispatch: All skips are permanent now.Ales Kozumplik2011-05-191-6/+6
* Cleanup how an installer interface can declare steps it does not implement.Ales Kozumplik2011-05-191-1/+1
* Throw away the dispatcher 'skipList' and give Step a state.Ales Kozumplik2011-05-191-1/+1
* Turn sshd setup, kicstart execution and the rescue mode into dispatch steps.Ales Kozumplik2011-05-041-0/+1
* Remove the second upgrade check from yuminstall.py.Chris Lumens2011-04-151-2/+10
* Update remaining parts of anaconda to use new bootloader module.David Lehman2011-04-071-3/+2
* Make the "comps" translation domain dynamic.Ales Kozumplik2011-03-141-0/+8
* remove trailing whitespace from gui.py and installclass.pyAles Kozumplik2011-02-211-6/+6
* No one likes the welcome step anymore, so remove it.Chris Lumens2010-10-121-1/+0
* Remove BETANAG, instead reading it from .buildstamp (#628688).Chris Lumens2010-09-101-1/+1
* modules: necessary changes to the installclasses import statements.Ales Kozumplik2010-06-231-2/+3
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-0/+329