import devuan keyring as git submodule and utilize it in debootstrap
This commit is contained in:
parent
23cc6fc711
commit
eed8948991
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "extra/devuan-keyring"]
|
||||
path = extra/devuan-keyring
|
||||
url = https://git.devuan.org/devuan-packages/devuan-keyring
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e82213e52259a497db285c59758b9f6a95308060
|
||||
|
|
@ -40,6 +40,7 @@ bootstrap_complete_base() {
|
|||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
sudo -E debootstrap \
|
||||
--keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-keyring.gpg" \
|
||||
--foreign \
|
||||
--arch $arch $release $strapdir $mirror || zerr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue