diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | d1ee66e44c8272bb7a0053a456a3d8b0bd152268 (patch) | |
tree | 9e6722124d18f9358999b0da840f27857f97fede /examples/sources | |
parent | 86726af9f5e7873d6cdbbe108fae1c41b1b67db0 (diff) | |
download | live-build-d1ee66e44c8272bb7a0053a456a3d8b0bd152268.zip live-build-d1ee66e44c8272bb7a0053a456a3d8b0bd152268.tar.gz |
Adding live-helper 1.0~a12-1.
Diffstat (limited to 'examples/sources')
-rw-r--r-- | examples/sources/beryl | 14 | ||||
-rw-r--r-- | examples/sources/debian-backports | 9 | ||||
-rw-r--r-- | examples/sources/debian-edu | 11 | ||||
-rw-r--r-- | examples/sources/fai | 9 | ||||
-rw-r--r-- | examples/sources/live-backports | 11 | ||||
-rw-r--r-- | examples/sources/live-snapshot | 9 |
6 files changed, 63 insertions, 0 deletions
diff --git a/examples/sources/beryl b/examples/sources/beryl new file mode 100644 index 0000000..9c1cd2e --- /dev/null +++ b/examples/sources/beryl @@ -0,0 +1,14 @@ +## This is a sources.list for live-helper(7) to use packages from the +## Beryl Etch repository. +## +## To enable it, copy this file to your config/chroot_sources directory, once +## as e.g. beryl.bootstrap and once as beryl.binary. +## Additionally, you need to copy the beryl.sh file to your +## config/chroot_local-hooks directory. +## +## Remeber to also import http://debian.beryl-project.org/root@lupine.me.uk.gpg +## into your trusted keyring. + +# Beryl packages for Etch +deb http://debian.beryl-project.org/ etch main +deb-src http://debian.beryl-project.org/ etch main diff --git a/examples/sources/debian-backports b/examples/sources/debian-backports new file mode 100644 index 0000000..04362f0 --- /dev/null +++ b/examples/sources/debian-backports @@ -0,0 +1,9 @@ +## This is a sources.list for live-helper(7) to use packages from the +## Debian Etch backports repository. +## +## To enable it, copy this file to your config/chroot_sources directory, once +## as e.g. debian-backports.bootstrap and once as debian-backports.binary. + +# Debian backports for Etch +deb http://www.backports.org/debian/ etch-backports main +deb-src http://www.backports.org/debian/ etch-backports main diff --git a/examples/sources/debian-edu b/examples/sources/debian-edu new file mode 100644 index 0000000..9fb05e1 --- /dev/null +++ b/examples/sources/debian-edu @@ -0,0 +1,11 @@ +## This is a sources.list for live-helper(7) to use packages from the +## Debian Edu/Skolelinux repository. +## +## To enable it, copy this file to your config/chroot_sources directory, once +## as e.g. edu.bootstrap and once as edu.binary. +## +## Remeber to add debian-edu-archive-keyring to your package selection. + +# Debian Edu/Skolelinux +deb http://ftp.skolelinux.org/skolelinux/ etch-test local +deb-src http://ftp.skolelinux.org/skolelinux/ etch-test local diff --git a/examples/sources/fai b/examples/sources/fai new file mode 100644 index 0000000..7d2d7ec --- /dev/null +++ b/examples/sources/fai @@ -0,0 +1,9 @@ +## This is a sources.list for live-helper(7) to use packages from the +## FAI - Fully Automated Install repository. +## +## To enable it, copy this file to your config/chroot_sources directory, once +## as e.g. fai.bootstrap and once as fai.binary. + +# FAI - Fully Automated Install +deb http://www.informatik.uni-koeln.de/fai/download/ etch koeln +deb-src http://www.informatik.uni-koeln.de/fai/download/ etch koeln diff --git a/examples/sources/live-backports b/examples/sources/live-backports new file mode 100644 index 0000000..3c1a2c1 --- /dev/null +++ b/examples/sources/live-backports @@ -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-backports.bootstrap and once as live-backports.binary. +## +## 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 diff --git a/examples/sources/live-snapshot b/examples/sources/live-snapshot new file mode 100644 index 0000000..763deda --- /dev/null +++ b/examples/sources/live-snapshot @@ -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.bootstrap and once as live-snapshots.binary. + +# Debian Live Snapshots +deb http://live.debian.net/debian-snapshots/ ./ +deb-src http://live.debian.net/debian-snapshots/ ./ |