diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-x | bin/chroot-installation.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index a23066fa..7634da78 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -285,12 +285,10 @@ fi # if [ "$DISTRO" = "sid" ] ; then # ignore multiarch-support because the transition will never be finished… - # buster is frozen, so for now we ignore: - # <nothing yet!> (add the following in the pipeline below listing the - # ignored packages) - # | egrep -v "(pkg1|pkg2)" \ + # ignore jadetex because #871021 ( sudo chroot $CHROOT_TARGET dpkg -l \ | grep -v multiarch-support \ + | egrep -v "(jadetex)" \ | grep -i "Transitional" 2>/dev/null || true) > $TMPFILE if [ -s $TMPFILE ] ; then echo |