Copying the keyring makes debootstrap to fail (#13)
Tested on debootstrap 1.0.93+nmu2
This commit is contained in:
parent
fd176e159d
commit
fa47ee98fb
|
@ -34,14 +34,6 @@ steps:
|
|||
dirname: '/boot/firmware'
|
||||
fs-tag: boot-fs
|
||||
|
||||
# Without copying the archive keyring into the chroot, debootstraps second
|
||||
# stage will revert to a known-working HTTPS mirror. As snapshot.d.o does
|
||||
# not provide HTTPS at this point, we need to avert that.
|
||||
- shell: |
|
||||
mkdir -p "${ROOT?}/usr/share/keyrings"
|
||||
cp /usr/share/keyrings/debian-archive-keyring.gpg "${ROOT?}/usr/share/keyrings/debian-archive-keyring.gpg"
|
||||
root-fs: root-fs
|
||||
|
||||
# We need to use Debian buster (currently testing) instead of Debian stretch
|
||||
# (currently stable) for:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue