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

matth-guest at alioth.debian.org matth-guest at alioth.debian.org
Thu May 17 11:49:06 UTC 2007


Author: matth-guest
Date: 2007-05-17 11:49:06 +0000 (Thu, 17 May 2007)
New Revision: 1525

Modified:
   dists/trunk/live-helper/examples/beryl-hook.sh
   dists/trunk/live-helper/examples/etch+beryl-cron.sh
Log:
config/ naming scheme change


Modified: dists/trunk/live-helper/examples/beryl-hook.sh
===================================================================
--- dists/trunk/live-helper/examples/beryl-hook.sh	2007-05-17 09:07:32 UTC (rev 1524)
+++ dists/trunk/live-helper/examples/beryl-hook.sh	2007-05-17 11:49:06 UTC (rev 1525)
@@ -3,7 +3,7 @@
 # This is a hook for live-helper(7) to install beryl and enable aiglx.
 # It was originally written by Inigo Tejedor Arrondo <inigo at navarrux.org>.
 #
-# To enable it, copy this hook into your config/chroot_localhooks directory.
+# To enable it, copy this hook into your config/chroot_local-hooks directory.
 # for forcing aiglx activation type at boot prompt "live forceaiglx"
 # for forcing aiglx deactivation type "live noaiglx"
 

Modified: dists/trunk/live-helper/examples/etch+beryl-cron.sh
===================================================================
--- dists/trunk/live-helper/examples/etch+beryl-cron.sh	2007-05-17 09:07:32 UTC (rev 1524)
+++ dists/trunk/live-helper/examples/etch+beryl-cron.sh	2007-05-17 11:49:06 UTC (rev 1525)
@@ -60,8 +60,8 @@
 			cd "${AUTOBUILD_TEMPDIR}"
 
 			# Beryl hook
-			mkdir -p debian-live/config/chroot_localhooks
-			cp /usr/share/live-helper/examples/beryl-hook.sh debian-live/config/chroot_localhooks/beryl.sh
+			mkdir -p debian-live/config/chroot_local-hooks
+			cp /usr/share/live-helper/examples/beryl-hook.sh debian-live/config/chroot_local-hooks/beryl.sh
 			mkdir -p debian-live/config/chroot_sources
 			wget http://debian.beryl-project.org/root@lupine.me.uk.gpg -O debian-live/config/chroot_sources/beryl.build.gpg
 			wget http://debian.beryl-project.org/root@lupine.me.uk.gpg -O debian-live/config/chroot_sources/beryl.image.gpg




More information about the Debian-live-changes mailing list