diff options
author | Apachez <apachez@gmail.com> | 2023-09-20 15:46:31 +0200 |
---|---|---|
committer | Apachez <apachez@gmail.com> | 2023-09-20 15:46:31 +0200 |
commit | e68631947a81376fd5087b7fed99b7055fe34a5c (patch) | |
tree | 809141d5ecd85b50e4765af38117d69d877b6844 /data | |
parent | dd9b5886f3b4bf134cb094da5cec860504f2ce2e (diff) | |
download | vyos-build-e68631947a81376fd5087b7fed99b7055fe34a5c.tar.gz vyos-build-e68631947a81376fd5087b7fed99b7055fe34a5c.zip |
T5604: List of debian archives is out of date (non-free-firmware is missing)
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index d34b05fb..4d9499d5 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -7,7 +7,7 @@ debian_distribution = "bookworm" debian_mirror = "http://deb.debian.org/debian" debian_security_mirror = "http://deb.debian.org/debian-security" -debian_archive_areas = "main contrib non-free" +debian_archive_areas = "main contrib non-free non-free-firmware" vyos_mirror = "https://rolling-packages.vyos.net/current" |