From: Chris Hofstaedtler Date: Mon, 13 Nov 2023 22:46:55 +0000 (+0100) Subject: chrootmirror: remove pre-jessie code X-Git-Tag: v0.105~11^2~3 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=ce80d13a327640893cce73ff0748e91c84184912 chrootmirror: remove pre-jessie code --- diff --git a/chroot-script b/chroot-script index 8f8e5ff..3e87597 100755 --- a/chroot-script +++ b/chroot-script @@ -101,20 +101,10 @@ chrootmirror() { fi fi - # LTS support - case "$RELEASE" in - squeeze) - if [ -n "$MIRROR" ] ; then - echo "Release matching $RELEASE - enabling LTS support in sources.list" - echo "deb $MIRROR ${RELEASE}-lts $COMPONENTS" >> /etc/apt/sources.list - fi - ;; - esac - # add security.debian.org: case "$RELEASE" in - unstable|sid|lenny) ;; # no security pool available - squeeze|wheezy|jessie|stretch|buster) + unstable|sid) ;; # no security pool available + jessie|stretch|buster) echo "Adding security.debian.org to sources.list." echo "deb http://security.debian.org ${RELEASE}/updates $COMPONENTS" >> /etc/apt/sources.list ;;