X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0a8e3465cb644e380ab0fc6d66f6d1f17363b34e..366cff695ae0a228300817e278c7ddf62ca52c34:/doc/examples/sources.list?ds=sidebyside diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 0fcc006d4..cc0fd2b8d 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -1,4 +1,11 @@ -# See sources.list(5) for more information +# See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs -deb http://ftp1.us.debian.org/debian unstable main contrib non-free -deb http://non-us.debian.org/debian-non-US unstable non-US +# CDROMs are managed through the apt-cdrom tool. +deb http://us.archive.ubuntu.com/ubuntu hardy main restricted +deb-src http://us.archive.ubuntu.com/ubuntu hardy main restricted + +deb http://security.ubuntu.com/ubuntu hardy-security main restricted +deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted + +deb http://us.archive.ubuntu.com/ubuntu hardy-updates main restricted +deb-src http://us.archive.ubuntu.com/ubuntu hardy-updates main restricted