diff options
author | Richard Nelson <unixabg@gmail.com> | 2011-07-04 18:40:44 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2011-07-04 18:40:44 -0500 |
commit | ecd8dca2ba65b351f9737a2a02cc2779b1f86240 (patch) | |
tree | 57972a5e389f419f0051b36e00599960bfc2de4a /scripts | |
parent | a750adb2c6d96b16e7f503f9dab6407398fdd811 (diff) | |
download | vyos-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')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 3 |
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 |