override $PATH to use the bundled debootstrap

This commit is contained in:
parazyd 2017-06-19 12:16:50 +02:00
parent cafd1c763d
commit ff9f318612
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 3 additions and 0 deletions

3
config
View File

@ -26,6 +26,9 @@ vars+=(usercredentials rootcredentials)
arrs+=(core_packages base_packages purge_packages blend_packages)
## overrides the system's debootstrap if there is one
export PATH="$LIBPATH/extra/debootstrap:$PATH"
## enable local apt cache
APT_CACHE=${APT_CACHE:-0}
aptcachedir="$LIBPATH/apt-cache"