diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-03-31 14:26:49 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-03-31 14:26:49 +0200 |
commit | dda8ec6f3a46b2dfe9f627c620b7fb57c25d70dc (patch) | |
tree | da0acbb198876f173bd73e6da3707de7bb4f9321 /data | |
parent | c88f1a9bd2afab5e93a6b3fc719131eb7e4009c3 (diff) | |
download | vyos-build-dda8ec6f3a46b2dfe9f627c620b7fb57c25d70dc.tar.gz vyos-build-dda8ec6f3a46b2dfe9f627c620b7fb57c25d70dc.zip |
live-build: reconfigure build after jessie-backports moved to Debian archive
Debian Team finally shut down all jessie-backport mirrors after announcing
discontinuation [1] in July 2018. As we heavily rely on Backported Packages
for VyOS 1.2 we need to move the installation mirrors to Debian Archive.
In addition the repo signing keys already expired requiring us to set
Acquire::Check-Valid-Until=false
when building the ISO.
[1] https://lists.debian.org/debian-backports-announce/2018/07/msg00000.html
[2] https://wiki.debian.org/LTS/FAQ#Who_fixes_security_issues_with_packages_in_jessie-backports.3F
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index c403c862..36ec598b 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -9,7 +9,8 @@ "kernel_flavor": "amd64-vyos", "additional_repositories": [ "deb http://repo.saltstack.com/apt/debian/8/amd64/2017.7 jessie main", - "deb http://repo.powerdns.com/debian jessie-rec-41 main" + "deb http://repo.powerdns.com/debian jessie-rec-41 main", + "deb http://archive.debian.org/debian/ jessie-backports main" ], "custom_packages": [] } |