From 2f320d8728819796e60fb12153c09c58e69c34cf Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 8 Nov 2001 06:25:43 +0000 Subject: [PATCH] Some important sources. --- yard/replacements/etc/apt/sources.list | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 yard/replacements/etc/apt/sources.list diff --git a/yard/replacements/etc/apt/sources.list b/yard/replacements/etc/apt/sources.list new file mode 100644 index 0000000..6c2ff0c --- /dev/null +++ b/yard/replacements/etc/apt/sources.list @@ -0,0 +1,20 @@ +# See sources.list(5) for more information, especially +# Remember that you can only use http, ftp or file URIs +# CDROMs are managed through the apt-cdrom tool. +# +# $Id$ +# make_debian replacement + +# The latest and greatest distribution creation tools. +deb http://prdownloads.sourceforge.net/avd ./ +deb http://prdownloads.sourceforge.net/gbootroot ./ + +deb http://http.us.debian.org/debian unstable main contrib non-free +deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free +deb http://security.debian.org stable/updates main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://http.us.debian.org/debian unstable main contrib non-free +#deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free + +