Browse Source
- use the codename instead of 'stable' in the examples sources.list as we do in the manpage and as the debian-installer doesdebian/1.8.y

5 changed files with 15 additions and 9 deletions
@ -1,9 +0,0 @@ |
|||
# See sources.list(5) for more information, especialy |
|||
# Remember that you can only use http, ftp or file URIs |
|||
# CD-ROMs are managed through the apt-cdrom tool. |
|||
deb http://http.us.debian.org/debian stable 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 stable main contrib non-free |
|||
#deb-src http://security.debian.org stable/updates main contrib non-free |
@ -0,0 +1,8 @@ |
|||
# See sources.list(5) manpage for more information |
|||
# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. |
|||
deb http://ftp.us.debian.org/debian &stable-codename; main contrib non-free |
|||
deb http://security.debian.org &stable-codename;/updates main contrib non-free |
|||
|
|||
# Uncomment if you want the apt-get source function to work |
|||
#deb-src http://ftp.us.debian.org/debian &stable-codename; main contrib non-free |
|||
#deb-src http://security.debian.org &stable-codename;/updates main contrib non-free |
Loading…
Reference in new issue