From: Michael Prokop Date: Fri, 18 Apr 2014 23:53:07 +0000 (+0200) Subject: Do not enable security mirror for lenny release, being unavailable/unsupported nowadays X-Git-Tag: v0.63~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=583bdc68b6d5b31dd4bdcfec918405c5ac01d1e1 Do not enable security mirror for lenny release, being unavailable/unsupported nowadays --- diff --git a/chroot-script b/chroot-script index ce3f624..3ae79ee 100755 --- a/chroot-script +++ b/chroot-script @@ -88,7 +88,7 @@ chrootmirror() { # add security.debian.org: case "$RELEASE" in - unstable|sid) ;; # no security pool available + unstable|sid|lenny) ;; # no security pool available *) echo "Adding security.debian.org to sources.list." echo "deb http://security.debian.org ${RELEASE}/updates $COMPONENTS" >> /etc/apt/sources.list