summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_hacks
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-07-04 18:40:44 -0500
committerRichard Nelson <unixabg@gmail.com>2011-07-04 18:40:44 -0500
commitecd8dca2ba65b351f9737a2a02cc2779b1f86240 (patch)
tree57972a5e389f419f0051b36e00599960bfc2de4a /scripts/build/lb_chroot_hacks
parenta750adb2c6d96b16e7f503f9dab6407398fdd811 (diff)
downloadvyos-live-build-ecd8dca2ba65b351f9737a2a02cc2779b1f86240.tar.gz
vyos-live-build-ecd8dca2ba65b351f9737a2a02cc2779b1f86240.zip
Remove lxde test on LB_TASKS for gdm so we now get gdm3.
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-rwxr-xr-xscripts/build/lb_chroot_hacks3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index 2ad85d3b3..373ba1808 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -40,8 +40,7 @@ Create_lockfile .lock
case "${LB_PARENT_DISTRIBUTION}" in
squeeze|wheezy|sid)
- if echo "${LB_TASKS}" | grep -qs lxde ||
- echo "${LB_TASKS}" | grep -qs xfce
+ if echo "${LB_TASKS}" | grep -qs xfce
then
GDM="gdm"
else