diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-14 20:41:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-14 20:41:59 +0200 |
commit | d5445064aefe73e1a4aa4716344218ce960c6de1 (patch) | |
tree | 1dff87b07629ad17a8982322a50a741302d54f21 /scripts | |
parent | 9549099f590048dba76132b66a10a061e1937db8 (diff) | |
download | vyos-build-d5445064aefe73e1a4aa4716344218ce960c6de1.tar.gz vyos-build-d5445064aefe73e1a4aa4716344218ce960c6de1.zip |
lb: T4408: enable bullseye backports repository
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/live-build-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index 1813e60..a797a32 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -58,7 +58,7 @@ lb config noauto \ --firmware-binary false \ --updates true \ --security false \ - --backports false \ + --backports true \ --utc-time true \ --debug \ --apt-recommends false \ |