From d04e31c9e56088fb68403e2a30f655c343a41c25 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 10 Jan 2021 21:14:32 +0100 Subject: live-build: APT default release is "equuleus" --- scripts/live-build-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/live-build-config b/scripts/live-build-config index 5c83e21a..b2f768ac 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -59,7 +59,7 @@ lb config noauto \ --security true \ --backports true \ --apt-recommends false \ - --apt-options "--yes -oAPT::Default-Release="current" -oAPT::Get::allow-downgrades=true" \ + --apt-options "--yes -oAPT::Default-Release="equuleus" -oAPT::Get::allow-downgrades=true" \ --apt-indices false "${@}" """ -- cgit v1.2.3