From 09e17915cba341abfea34348d27d8ad8ccd3fcc3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 6 Aug 2017 11:08:07 -0400 Subject: chroot-installation: test for Buster being released instead of Stretch Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 76d61276..6e306129 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -301,8 +301,8 @@ if [ "$DISTRO" = "sid" ] ; then echo "Warning: Transitional packages found:" cat $TMPFILE fi - if ! cat /etc/debian_version | grep -q ^8 ; then - echo "Warning: It seems Stretch has been released, please revisit the list of transitional packages to ignore…" + if ! cat /etc/debian_version | grep -q ^9 ; then + echo "Warning: It seems Buster has been released, please revisit the list of transitional packages to ignore…" fi fi -- cgit v1.2.3-54-g00ecf