From fa47ee98fb4c2b258fde4bbd6c4e32ad3954cc22 Mon Sep 17 00:00:00 2001 From: gustavo panizzo Date: Mon, 26 Mar 2018 23:51:10 +0800 Subject: [PATCH] Copying the keyring makes debootstrap to fail (#13) Tested on debootstrap 1.0.93+nmu2 --- raspi3.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/raspi3.yaml b/raspi3.yaml index 0348455..42bfb20 100644 --- a/raspi3.yaml +++ b/raspi3.yaml @@ -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: #