Fix to ensure debootstrap finds its functions.

Relying on /usr/share/ is fraught with problems, as I found out the hard
way.
This commit is contained in:
Johny Mattsson 2017-10-02 12:23:07 +11:00 committed by parazyd
parent d4c0960f3e
commit 69cfe785da
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ bootstrap_complete_base() {
notice "running debootstrap stage 1"
sudo -E "$LIBPATH/extra/debootstrap/debootstrap" \
sudo -E env DEBOOTSTRAP_DIR="$LIBPATH/extra/debootstrap" "$LIBPATH/extra/debootstrap/debootstrap" \
--keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-archive-keyring.gpg" \
--foreign \
--arch $arch $release $strapdir $mirror || zerr