diff options
Diffstat (limited to 'examples/live.sources.list')
-rw-r--r-- | examples/live.sources.list | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/live.sources.list b/examples/live.sources.list new file mode 100644 index 000000000..98212f1ff --- /dev/null +++ b/examples/live.sources.list @@ -0,0 +1,11 @@ +## This is a sources.list for live-helper(7) to use packages from the +## Debian Live Etch backports repository. +## +## To enable it, copy this file to your config/chroot_sources directory, once +## as e.g. live.build and once as live.image. +## +## Remeber to add debian-unofficial-archive-keyring to your package selection. + +# Debian Live backports for Etch +deb http://live.debian.net/debian/ etch main +deb-src http://live.debian.net/debian/ etch main |