diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-27 12:05:18 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-27 12:05:18 +0100 |
commit | e4541ecdcd138c8c9254a6d86b420ecf92116f54 (patch) | |
tree | b4f5ad86e88912405eff6866011e6c2c088e3ba3 /config/chroot_local-includes | |
parent | c3feae6430738b27c148f3fae0f894135847326c (diff) | |
download | kanotix-e4541ecdcd138c8c9254a6d86b420ecf92116f54.zip kanotix-e4541ecdcd138c8c9254a6d86b420ecf92116f54.tar.gz |
sources.list fix
Diffstat (limited to 'config/chroot_local-includes')
-rw-r--r-- | config/chroot_local-includes/etc/apt/sources.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/chroot_local-includes/etc/apt/sources.list b/config/chroot_local-includes/etc/apt/sources.list index be4a27a..236ae7a 100644 --- a/config/chroot_local-includes/etc/apt/sources.list +++ b/config/chroot_local-includes/etc/apt/sources.list @@ -2,11 +2,11 @@ # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. -# Debian Squeeze +# Debian @DISTRIBUTION@ deb http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free deb-src http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free -# Debian Squeeze Updates +# Debian @DISTRIBUTION@ Updates deb http://security.debian.org @DISTRIBUTION@/updates main contrib non-free deb-src http://security.debian.org @DISTRIBUTION@/updates main contrib non-free |