X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=3ae79ee12f32140e5e662aa3e10644a16620f712;hp=ce3f624054e8203351ea7fabbbd2d4839593a9d0;hb=bba7c1961b43afcbe30097fc3fbbf6c53c57b1ac;hpb=6c597252744ccc9ba7608188a41a3006e97b20b1 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