summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-28 14:58:13 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:25 +0100
commit0f72856a5e681bbdc0d351cc77e525da663a7ca3 (patch)
tree070e0a8907a0aa8ff43c7c93434f5cee53111423 /scripts
parent5a25c987849a6772b8424a963624d6b8540887ca (diff)
downloadlive-build-0f72856a5e681bbdc0d351cc77e525da663a7ca3.zip
live-build-0f72856a5e681bbdc0d351cc77e525da663a7ca3.tar.gz
Also using gdm legacy hack on xfce-desktop default images.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_chroot_hacks3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index a3d85a2..f746b68 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -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