diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-09 12:00:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:38:18 +0200 |
commit | 7153c169178dafd4823858ac5117066fbceba640 (patch) | |
tree | 351a62d4330b57c616079e1492ae6063e70fb442 /data/defaults.json | |
parent | cfdae1abacb7e5689e36f8198b7cb92ca6542663 (diff) | |
download | vyos-build-7153c169178dafd4823858ac5117066fbceba640.tar.gz vyos-build-7153c169178dafd4823858ac5117066fbceba640.zip |
Debian: T3641: switch to new distro Debian 11 - Bullseye
Diffstat (limited to 'data/defaults.json')
-rw-r--r-- | data/defaults.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/defaults.json b/data/defaults.json index 507dd376..707d4195 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -1,8 +1,8 @@ { "architecture": "amd64", "debian_mirror": "http://deb.debian.org/debian", - "debian_security_mirror": "http://deb.debian.org/debian-security", - "debian_distribution": "buster", + "debian_security_mirror": "http://deb.debian.org/debian", + "debian_distribution": "bullseye", "vyos_mirror": "http://dev.packages.vyos.net/repositories/current", "vyos_branch": "current", "kernel_version": "5.10.45", |