summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2013-02-02 23:03:19 +0100
committerHolger Levsen <holger@layer-acht.org>2013-02-04 13:11:04 +0100
commit073d57f9d1ae3ee8c18fe25672619c2cababc06a (patch)
tree5252a169cbd55dac94ce6f11ae0cf88d8b99e6e6
parentec49a7bfe23a05fccaea6e564ce3e15b4ff9dd0f (diff)
downloadjenkins.debian.net-073d57f9d1ae3ee8c18fe25672619c2cababc06a.tar.xz
Mention arguments 5 and 6 in list of arguments.
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 983cfd29..d16fbc12 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -7,6 +7,8 @@
# $2 = name
# $3 = disksize in GB
# $4 = wget url/jigdo url
+# $5 = d-i lang setting (default is 'en')
+# $6 = d-i locale setting (default is 'en_us')
if [ "$1" = "" ] || [ "$2" = "" ] || [ "$3" = "" ] || [ "$4" = "" ] ; then
echo "need three params"