debootstrap failed when $GREP_OPTIONS is set

debootstrap failed when $GREP_OPTIONS is set, so we need to unset it in the template

Signed-off-by: <feng xiahou xiahoufeng@yahoo.com>
This commit is contained in:
有张纸 2015-06-30 16:23:11 +08:00
parent dfb5edcac0
commit 192dbe6fdc

View File

@ -32,6 +32,7 @@ done
# Make sure the usual locations are in PATH
export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
export GREP_OPTIONS=""
MIRROR=${MIRROR:-http://http.debian.net/debian}
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/}