diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2013-02-02 23:03:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-02-04 13:11:04 +0100 |
commit | 073d57f9d1ae3ee8c18fe25672619c2cababc06a (patch) | |
tree | 5252a169cbd55dac94ce6f11ae0cf88d8b99e6e6 | |
parent | ec49a7bfe23a05fccaea6e564ce3e15b4ff9dd0f (diff) | |
download | jenkins.debian.net-073d57f9d1ae3ee8c18fe25672619c2cababc06a.tar.xz |
Mention arguments 5 and 6 in list of arguments.
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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" |