summaryrefslogtreecommitdiffstats
path: root/pyanaconda/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refresh addons_paths once we know if gui or tui takes placeVratislav Podzimek2013-02-151-1/+11
* Remove obsolete references to simpleFilter.David Lehman2013-01-281-2/+0
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-2/+2
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-11/+2
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-281-4/+6
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-2/+2
* Remove some modules obsoleted by the packaging module.David Lehman2013-01-081-9/+0
* Pass addons paths to user interfacesMartin Sivak2013-01-021-1/+4
* Unify writeNetworkConf with other modules (rename, put in ks.execute)Radek Vykydal2012-12-051-2/+0
* update to use firewalld (#815540)Brian C. Lane2012-10-171-3/+1
* Remove Gdk thread initialization, introduce new helper functions and make exc...Martin Sivak2012-10-161-3/+0
* add some thread loggingBrian C. Lane2012-10-091-0/+9
* Remove some unused clearpart-related settings.Chris Lumens2012-10-031-2/+0
* Initialize gdk threading as well.Chris Lumens2012-09-251-0/+3
* Fix dumpState to work with the new python-meh (#856235)Vratislav Podzimek2012-09-171-9/+8
* Remove anaconda.instLanguage object and language moduleVratislav Podzimek2012-09-041-10/+0
* remove dead code (setMethodstr, expandFTPMethod)Will Woods2012-08-271-15/+0
* Use ksdata.timezone and timezone module instead of anaconda.timezoneVratislav Podzimek2012-08-221-11/+0
* Enable text mode once again!Jesse Keating2012-08-141-5/+10
* remove Security classBrian C. Lane2012-08-091-3/+1
* Replace system-config-keyboard with our methods using ksdata.keyboardVratislav Podzimek2012-08-081-2/+0
* remove Network(): list of network devices, final stepsRadek Vykydal2012-07-201-2/+2
* remove Network(): write (configuration) methodRadek Vykydal2012-07-201-1/+1
* remove Network(): disabling of ipv6Radek Vykydal2012-07-201-0/+1
* remove Network(): post-configuration of devices used for storageRadek Vykydal2012-07-201-2/+3
* remove Network(): copying configuration to target systemRadek Vykydal2012-07-201-1/+1
* Update the group, rootpw, and user commands to be called from doInstall.Chris Lumens2012-07-181-10/+0
* Hook up the kickstart firstboot command so it actually does something.Chris Lumens2012-07-171-9/+0
* Remove enough of dispatcher so anaconda works without partIntfHelpers.Chris Lumens2012-07-171-2/+1
* Bring live device detection in line with elsewhere.Chris Lumens2012-06-261-3/+3
* Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-0/+1
|\
| * Set ONBOOT=yes for FCoE devices (#755147)Radek Vykydal2012-02-091-0/+1
| * Add a script mode that exits instead of loopingBrian C. Lane2011-12-161-0/+3
* | Move service enabling/disabling into an execute method.Chris Lumens2012-05-091-17/+0
* | Remove all the writeKS methods except in network and storage.Chris Lumens2012-04-241-79/+0
* | All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-201-1/+1
* | Fix an indentation error when setting up the payload.Chris Lumens2012-03-011-1/+2
* | Set the default packaging payload as an attribute on Anaconda.Chris Lumens2012-02-281-1/+22
* | Fix a couple minor problems from the storage/bootloader/platform untangle.Chris Lumens2012-02-131-1/+1
* | Make Platform.bootloaderClass public since we use it that way.David Lehman2012-02-091-1/+1
* | Remove the anaconda attribute from Platform.David Lehman2012-02-091-1/+1
* | Define exactly which arguments Spokes, Hubs, andand UserInterfaces may count on.Chris Lumens2011-11-211-1/+1
* | Add in some hacks to make the new UI fire up from anaconda.Chris Lumens2011-11-101-33/+5
|/
* Default to an active network device after reboot on Fedora (ONBOOT) (#498207)Radek Vykydal2011-10-051-0/+2
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-10/+9
* Moving anaconda.rootPath to constants.ROOT_PATH.Ales Kozumplik2011-08-261-13/+13
* Move platform-specific boot-related data into Platform.David Lehman2011-06-271-1/+4
* dispatch: remove "upgradeswapsuggestion" and "addswap" steps.Ales Kozumplik2011-05-191-1/+0
* Turn sshd setup, kicstart execution and the rescue mode into dispatch steps.Ales Kozumplik2011-05-041-0/+4
* Update remaining parts of anaconda to use new bootloader module.David Lehman2011-04-071-5/+1