mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
789 B
21 lines
789 B
23 years ago
|
# 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
|
||
|
|
||
|
|