diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-19 21:21:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:33 +0100 |
commit | 2b52e06bf38fe0690186dc7778cbd954294c3523 (patch) | |
tree | 02f6b996d38b9c80c32f2b9e1e0f77e31cb977aa /examples/sources/live-snapshots | |
parent | 55bc586fe66d5f2f35ab4451603b1643c538ab9b (diff) | |
download | vyos-live-build-2b52e06bf38fe0690186dc7778cbd954294c3523.tar.gz vyos-live-build-2b52e06bf38fe0690186dc7778cbd954294c3523.zip |
Updating live-snapshots example sources.
Diffstat (limited to 'examples/sources/live-snapshots')
-rw-r--r-- | examples/sources/live-snapshots | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/sources/live-snapshots b/examples/sources/live-snapshots new file mode 100644 index 000000000..3e3e5fb87 --- /dev/null +++ b/examples/sources/live-snapshots @@ -0,0 +1,9 @@ +## This is a sources.list for live-helper(7) to use packages from the +## Debian Live Snapshot repository. +## +## To enable it, copy this file to your config/chroot_sources directory, once +## as e.g. live-snapshots.chroot and once as live-snapshots.binary. + +# Debian Live Snapshots +deb http://live.debian.net/debian/ ./ +deb-src http://live.debian.net/debian/ ./ |