summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-10 09:13:00 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-10 09:13:00 +0100
commit94e68380295d080f1eb975ad1160507825a42587 (patch)
tree62d5aa8f2833a9f6c0d7117bc2ea34427da58208
parente544dcc332009b5d099992cb975111d1926146c4 (diff)
downloadjenkins.debian.net-94e68380295d080f1eb975ad1160507825a42587.tar.xz
fix typo
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index eaefd754..72fdd216 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -134,7 +134,7 @@ bootstrap() {
EXTRA_APPEND="desktop=lxde"
;;
sid-daily-lxde)
- EXTRA_APPEND="desktop=lxde suite-mirror=sid"
+ EXTRA_APPEND="desktop=lxde mirror/suite=sid"
;;
*) echo "unsupported distro."
exit 1