diff options
Diffstat (limited to 'bin/g-i-installation.sh')
-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 ;; |