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:
parent
d4c0960f3e
commit
69cfe785da
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue