diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-09 17:44:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-09 17:44:02 +0100 |
commit | 611a0bc827ca40f89bd0df55f0b06413c83db86e (patch) | |
tree | fd2ba7229d71bc0fb8db2efa62d2c677abc6f573 /bin | |
parent | 8e89258f38a41e5c27da650c85e22e8b9fbe3395 (diff) | |
download | jenkins.debian.net-611a0bc827ca40f89bd0df55f0b06413c83db86e.tar.xz |
add sid-daily-lxde g-i-installation test
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 10af6eb8..f5c7ac9d 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -133,6 +133,9 @@ bootstrap() { wheezy-lxde) EXTRA_APPEND="desktop=lxde" ;; + sid-daily-lxde) + EXTRA_APPEND="desktop=lxde suite-mirror=sid" + ;; *) echo "unsupported distro." exit 1 ;; |