From 583bdc68b6d5b31dd4bdcfec918405c5ac01d1e1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 19 Apr 2014 01:53:07 +0200 Subject: [PATCH] Do not enable security mirror for lenny release, being unavailable/unsupported nowadays --- chroot-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4