From adc0865af85b0a20020643b9426e49b3b6dd5ad1 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Wed, 2 Oct 2019 12:11:43 -0500 Subject: [PATCH] Adding debian-security and (commented) backports repositories to sources.list --- raspi0w.yaml | 4 ++++ raspi2.yaml | 4 ++++ raspi3.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/raspi0w.yaml b/raspi0w.yaml index 82de1c5..1837d9c 100644 --- a/raspi0w.yaml +++ b/raspi0w.yaml @@ -66,6 +66,10 @@ steps: - chroot: / shell: | echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list + echo 'deb http://deb.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list + echo '# Backports are _not_ enabled by default. ' >> /etc/apt/sources.list + echo '# Enable them by uncommenting the following line:' >> /etc/apt/sources.list + echo '# deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list apt-get update unless: rootfs_unpacked diff --git a/raspi2.yaml b/raspi2.yaml index 1f48650..f41aa52 100644 --- a/raspi2.yaml +++ b/raspi2.yaml @@ -66,6 +66,10 @@ steps: - chroot: / shell: | echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list + echo 'deb http://deb.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list + echo '# Backports are _not_ enabled by default. ' >> /etc/apt/sources.list + echo '# Enable them by uncommenting the following line:' >> /etc/apt/sources.list + echo '#deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list apt-get update unless: rootfs_unpacked diff --git a/raspi3.yaml b/raspi3.yaml index e0cfa63..9dca9ef 100644 --- a/raspi3.yaml +++ b/raspi3.yaml @@ -66,6 +66,10 @@ steps: - chroot: / shell: | echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list + echo 'deb http://deb.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list + echo '# Backports are _not_ enabled by default. ' >> /etc/apt/sources.list + echo '# Enable them by uncommenting the following line:' >> /etc/apt/sources.list + echo '# deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list apt-get update unless: rootfs_unpacked