From 0f890ebe687cc1a9e7d1fd99e040918d4ccf1aaf Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 12 Nov 2024 02:15:24 -0500 Subject: [PATCH] improve ecne package config --- brc3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/brc3 b/brc3 index 92b99ca..09f5627 100644 --- a/brc3 +++ b/brc3 @@ -32,7 +32,10 @@ mmdebstrap-ecne-noble-missing() { for dist in ecne noble; do # shellcheck disable=SC2094 # false positive { - grep-dctrl -F package -v -e "ubuntu|zfs|thunderbird|snapd|microcode|^linux-($u24_kernel_pkgs)" ${!dist} | \ + # task- because trisquel doesn't have most(all?) ubuntu tasks. + # firefox-locale because we have abrowser. + # chromium because they are just ancillary to the snap package. + grep-dctrl -F package -v -e "ubuntu|zfs|thunderbird|^firefox-locale|^chromium|^task-|snapd|microcode|gnome-firmware|nonfree|fwupd|^linux-($u24_kernel_pkgs)" ${!dist} | \ grep-dctrl -s package -n -F depends,pre-depends -v snapd - if [[ $dist == noble ]]; then echo ubuntu-keyring -- 2.30.2