diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-30 07:06:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-30 07:06:39 +0200 |
commit | 4402df155c24fd37e0c8091920154e642e1a8e2a (patch) | |
tree | 57971a673fc522fc02da47355c2c9bffd42c74db /scripts | |
parent | b6b9ce2e0fe51fb4c5a0ce7b00d82647492e7045 (diff) | |
download | vyos-live-build-4402df155c24fd37e0c8091920154e642e1a8e2a.tar.gz vyos-live-build-4402df155c24fd37e0c8091920154e642e1a8e2a.zip |
Also using gdm legacy hack on xfce-desktop default images.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 3 |
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 |