diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-05 00:35:17 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-05 00:35:17 +0200 |
commit | c74cbb7b9a5821dca038e8527a27369ba84a9ef9 (patch) | |
tree | faeced347a804906a2f1110f014ce91d82066919 /config/chroot_local-includes | |
parent | b7eab2a5d430ff28ec365e691cf95357798fe460 (diff) | |
download | kanotix-c74cbb7b9a5821dca038e8527a27369ba84a9ef9.zip kanotix-c74cbb7b9a5821dca038e8527a27369ba84a9ef9.tar.gz |
sources.list changes
* ship pre-configured sources.list for chroot (with deb-src included)
* convert sources.list.d to plain sources.list in chroot
Diffstat (limited to 'config/chroot_local-includes')
-rw-r--r-- | config/chroot_local-includes/etc/apt/sources.list | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/chroot_local-includes/etc/apt/sources.list b/config/chroot_local-includes/etc/apt/sources.list new file mode 100644 index 0000000..f4d8f57 --- /dev/null +++ b/config/chroot_local-includes/etc/apt/sources.list @@ -0,0 +1,12 @@ +# See sources.list(5) for more information, especialy +# Remember that you can only use http, ftp or file URIs +# CDROMs are managed through the apt-cdrom tool. + +# Debian Squeeze +deb http://ftp.de.debian.org/debian squeeze main contrib non-free +deb-src http://ftp.de.debian.org/debian squeeze main contrib non-free + +# Debian Squeeze Updates +deb http://security.debian.org squeeze/updates main contrib non-free +deb-src http://security.debian.org squeeze/updates main contrib non-free + |