toverride $PATH to use the bundled debootstrap - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit ff9f31861224857f88f03c33f3479278fe35bf88
DIR parent cafd1c763d55787fa0efd352ff2a7a1991cd168c
HTML Author: parazyd <parazyd@dyne.org>
Date: Mon, 19 Jun 2017 12:16:50 +0200
override $PATH to use the bundled debootstrap
Diffstat:
M config | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/config b/config
t@@ -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"