mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 15:01:57 +00:00
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:
parent
dfb5edcac0
commit
192dbe6fdc
@ -32,6 +32,7 @@ done
|
|||||||
|
|
||||||
# Make sure the usual locations are in PATH
|
# Make sure the usual locations are in PATH
|
||||||
export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
|
export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
export GREP_OPTIONS=""
|
||||||
|
|
||||||
MIRROR=${MIRROR:-http://http.debian.net/debian}
|
MIRROR=${MIRROR:-http://http.debian.net/debian}
|
||||||
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/}
|
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/}
|
||||||
|
Loading…
Reference in New Issue
Block a user