From: Ian Kelling Date: Wed, 21 Aug 2024 20:07:08 +0000 (-0400) Subject: minor fix: avoid netplan X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=b60dcd385fba4fc0b7fb4b69cce4ac01d812dbc9;p=distro-setup minor fix: avoid netplan --- diff --git a/brc3 b/brc3 index 8756993..4009231 100644 --- a/brc3 +++ b/brc3 @@ -65,7 +65,7 @@ Pin: release n=noble,o=Ubuntu Pin-Priority: 500 EOF hr - { grep-dctrl -s package -n -F essential,priority -r '^yes\|required\|important$' $noble | grep -v ubuntu | tr '\n' ',' ; echo ubuntu-keyring ; } | tee pkgs + { grep-dctrl -s package -n -F essential,priority -r '^yes\|required\|important$' $noble | grep -Ev 'ubuntu|netplan' | sort -u | tr '\n' ',' ; echo ubuntu-keyring ; } | tee pkgs }