From ff9f31861224857f88f03c33f3479278fe35bf88 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 19 Jun 2017 12:16:50 +0200 Subject: [PATCH] override $PATH to use the bundled debootstrap --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index f30e2e6..949d1c0 100644 --- a/config +++ b/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"