diff options
author | Colin Guthrie <colin@mageia.org> | 2012-03-01 09:33:53 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-03-01 12:45:41 +0000 |
commit | 35ab457e5221a404eeb79be9a00712c74545feba (patch) | |
tree | 3c3b60746db2d7c8d0b08783073633174de49d75 /prefdm | |
parent | 3534f83a02a72392adfa2343e5b858d0af0febe7 (diff) | |
download | initscripts-35ab457e5221a404eeb79be9a00712c74545feba.tar initscripts-35ab457e5221a404eeb79be9a00712c74545feba.tar.gz initscripts-35ab457e5221a404eeb79be9a00712c74545feba.tar.bz2 initscripts-35ab457e5221a404eeb79be9a00712c74545feba.tar.xz initscripts-35ab457e5221a404eeb79be9a00712c74545feba.zip |
Add lxdm to prefdm.
It also has support for quitting plymouth, so no need to do that.
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ if [ -f /etc/sysconfig/desktop ]; then elif [ "$DISPLAYMANAGER" = "SLiM" -o "$DISPLAYMANAGER" = "slim" ] ; then dm=SLiM plymouth_quit=yes + elif [ "$DISPLAYMANAGER" = "LXDM" -o "$DISPLAYMANAGER" = "lxdm" ] ; then + dm=LXDM elif [ -n "$DISPLAYMANAGER" ]; then dm=$DISPLAYMANAGER plymouth_quit=yes |