summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_hacks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-30 07:06:39 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:33 +0100
commit607f87914bfa8a5999ac6ccef1eefb66501d4cbb (patch)
tree57971a673fc522fc02da47355c2c9bffd42c74db /scripts/build/lb_chroot_hacks
parent47d67ccf97f8306c4ae1f7c213d174194c3ebca7 (diff)
downloadvyos-live-build-607f87914bfa8a5999ac6ccef1eefb66501d4cbb.tar.gz
vyos-live-build-607f87914bfa8a5999ac6ccef1eefb66501d4cbb.zip
Also using gdm legacy hack on xfce-desktop default images.
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-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 8ec990110..365abbfa2 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