diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-18 13:01:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-18 13:01:12 +0100 |
commit | f7ce0d8a692f2d09a6d5bc536d6dd8a81edc440d (patch) | |
tree | a84eebb9dda6022b245226694e0f496a5adddfa6 /scripts/live-build-config | |
parent | e2559c975d22593d6edc087c51805f36ba1b7e57 (diff) | |
download | vyos-build-f7ce0d8a692f2d09a6d5bc536d6dd8a81edc440d.tar.gz vyos-build-f7ce0d8a692f2d09a6d5bc536d6dd8a81edc440d.zip |
Switch from Debian Jessie (8) to Debian Buster (10)
Diffstat (limited to 'scripts/live-build-config')
-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 171b827d..61e71c0d 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -57,7 +57,7 @@ lb config noauto \ --firmware-binary false \ --updates true \ --security true \ - --apt-options "--yes -oAPT::Default-Release="equuleus" -oAPT::Get::allow-downgrades=true" \ + --apt-options "--yes -oAPT::Default-Release="current" -oAPT::Get::allow-downgrades=true" \ --apt-indices false "${@}" """ |