summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh3
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
;;