summaryrefslogtreecommitdiffstats
path: root/pyanaconda/desktop.py
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanupsJesse Keating2012-11-131-5/+5
| | | | Get rid of unused import, use super(), remove some spaces
* Link to the correct default targetJesse Keating2012-11-131-19/+4
| | | | | | This uses the new constant to link to the right target by name. It also removes any fiddling with /etc/inittab as we don't want/need to touch that any more.
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-7/+7
| | | | This is a hefty and tedious change.
* Both the inittab and systemd sections can return. Move this part earlier.Bill Nottingham2010-09-151-4/+5
|
* Re-fix systemd default link (#627401, mschmidt).Chris Lumens2010-09-071-3/+3
|
* systemd symlinks now reside in /lib (#627401).Chris Lumens2010-08-271-4/+4
|
* Update systemd's default.target for the desired runlevel (#623102, mschmidt).Chris Lumens2010-08-111-1/+9
|
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+71
a real Python package. Also updates the build and autotools stuff to work with the new structure