explicit debootstrap path

This commit is contained in:
parazyd 2017-06-19 12:28:14 +02:00
parent a5490889c0
commit e2738e9aef
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ bootstrap_complete_base() {
export LC_ALL=C
export DEBIAN_FRONTEND=noninteractive
sudo -E debootstrap \
sudo -E "$LIBPATH/extra/debootstrap/debootstrap" \
--keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-archive-keyring.gpg" \
--foreign \
--arch $arch $release $strapdir $mirror || zerr