From 8e62e3223792592b3b12e4b2556d4d99787ce509 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 21 Jun 2021 16:50:22 +0200 Subject: Debian: T3641: use bash/bash-completion from Buster vyatta-bash is incompatible with the new syntax found in bash-completion which was added in BASH 5.1. Thus we select the "old" bash version from Debian Buster which is known to work. --- data/live-build-config/archives/buster.pref.chroot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/live-build-config/archives/buster.pref.chroot (limited to 'data/live-build-config/archives/buster.pref.chroot') diff --git a/data/live-build-config/archives/buster.pref.chroot b/data/live-build-config/archives/buster.pref.chroot new file mode 100644 index 00000000..8caa1e6d --- /dev/null +++ b/data/live-build-config/archives/buster.pref.chroot @@ -0,0 +1,11 @@ +Package: bash +Pin: release n=buster +Pin-Priority: 600 + +Package: bash-completion +Pin: release n=buster +Pin-Priority: 600 + +Package: * +Pin: release n=buster +Pin-Priority: -10 -- cgit v1.2.3