Also using gdm legacy hack on xfce-desktop default images.
This commit is contained in:
parent
5a25c98784
commit
0f72856a5e
|
@ -40,7 +40,8 @@ Create_lockfile .lock
|
|||
|
||||
case "${LB_DISTRIBUTION}" in
|
||||
squeeze|sid)
|
||||
if echo "${LB_TASKS}" | grep -qs lxde
|
||||
if echo "${LB_TASKS}" | grep -qs lxde ||
|
||||
echo "${LB_TASKS}" | grep -qs xfce
|
||||
then
|
||||
GDM="gdm"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue