Also using gdm legacy hack on xfce-desktop default images.
This commit is contained in:
parent
47d67ccf97
commit
607f87914b
|
@ -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