[Debian-live-changes] r1102 - dists/trunk/live-helper/examples

Daniel Baumann daniel at alioth.debian.org
Thu Apr 19 12:45:46 UTC 2007


Author: daniel
Date: 2007-04-19 12:45:46 +0000 (Thu, 19 Apr 2007)
New Revision: 1102

Added:
   dists/trunk/live-helper/examples/beryl.sources.list
Modified:
   dists/trunk/live-helper/examples/beryl-hook.sh
Log:


Modified: dists/trunk/live-helper/examples/beryl-hook.sh
===================================================================
--- dists/trunk/live-helper/examples/beryl-hook.sh	2007-04-19 09:47:03 UTC (rev 1101)
+++ dists/trunk/live-helper/examples/beryl-hook.sh	2007-04-19 12:45:46 UTC (rev 1102)
@@ -6,17 +6,6 @@
 # To enable it, copy this hook into your config/chroot_localhooks directory.
 # At boot prompt, type 'live aixgl', press enter and have fun.
 
-# Update sources.list
-cat >> /etc/apt/sources.list << EOF
-# beryl-project
-deb http://debian.beryl-project.org/ etch main
-EOF
-
-if grep deb-src /etc/apt/sources.list
-then
-	echo "deb-src http://debian.beryl-project.org/ etch main" >> /etc/apt/sources.list
-fi
-
 # Import archive signing key
 wget -O - http://debian.beryl-project.org/root@lupine.me.uk.gpg | apt-key add -
 

Added: dists/trunk/live-helper/examples/beryl.sources.list
===================================================================
--- dists/trunk/live-helper/examples/beryl.sources.list	2007-04-19 09:47:03 UTC (rev 1101)
+++ dists/trunk/live-helper/examples/beryl.sources.list	2007-04-19 12:45:46 UTC (rev 1102)
@@ -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.build and once as beryl.image.
+## Additionally, you need to copy the beryl-hook.sh file to your
+## config/chroot_localhooks 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




More information about the Debian-live-changes mailing list