override $PATH to use the bundled debootstrap
This commit is contained in:
parent
cafd1c763d
commit
ff9f318612
3
config
3
config
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue