]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
debootstrap failed when $GREP_OPTIONS is set
author有张纸 <fanyeren@gmail.com>
Tue, 30 Jun 2015 08:23:11 +0000 (16:23 +0800)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 1 Jul 2015 17:51:09 +0000 (13:51 -0400)
 debootstrap failed when $GREP_OPTIONS is set, so we need to unset it in the template

Signed-off-by: <feng xiahou xiahoufeng@yahoo.com>
templates/lxc-debian.in

index 29d4d448def6c2aa3e29b0ff0402c98f39bdf633..517fd809870cdb4ebb481eec9209fe47a598dd4f 100644 (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/}