From e063588afacf0da85e871b3565c3045d72ebaeb0 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 29 Jun 2021 21:43:46 +0200 Subject: Debian: T3641: use ethtool from Buster The latest version from ethtool changed parts of how certain output text is handled RX/TX ring buffers, or how to work with SFP+ NICs and the possibility/not-possibility in configuring auto-negotiation parameters. Until those error(codes) are properly intercepted from VyOS 1.4 - use the old, known to work version of ethtool. --- data/live-build-config/archives/buster.pref.chroot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/live-build-config/archives/buster.pref.chroot b/data/live-build-config/archives/buster.pref.chroot index 8caa1e6d..363aeb30 100644 --- a/data/live-build-config/archives/buster.pref.chroot +++ b/data/live-build-config/archives/buster.pref.chroot @@ -6,6 +6,10 @@ Package: bash-completion Pin: release n=buster Pin-Priority: 600 +Package: ethtool +Pin: release n=buster +Pin-Priority: 600 + Package: * Pin: release n=buster Pin-Priority: -10 -- cgit v1.2.3