r2679 - dists/trunk/live-helper/examples/hooks

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Aug 4 15:36:53 UTC 2007


Author: daniel
Date: 2007-08-04 15:36:53 +0000 (Sat, 04 Aug 2007)
New Revision: 2679

Modified:
   dists/trunk/live-helper/examples/hooks/aufs.sh
   dists/trunk/live-helper/examples/hooks/squashfs.sh
   dists/trunk/live-helper/examples/hooks/unionfs.sh
Log:


Modified: dists/trunk/live-helper/examples/hooks/aufs.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/aufs.sh	2007-08-04 15:34:54 UTC (rev 2678)
+++ dists/trunk/live-helper/examples/hooks/aufs.sh	2007-08-04 15:36:53 UTC (rev 2679)
@@ -2,6 +2,9 @@
 
 # This is a hook for live-helper(7) to install aufs drivers
 # To enable it, copy this hook into your config/chroot_local-hooks directory.
+#
+# Note: You only want to use this hook if there is no prebuild aufs-modules-*
+# package available for your kernel flavour.
 
 # Building kernel module
 which module-assistant || apt-get install --yes module-assistant

Modified: dists/trunk/live-helper/examples/hooks/squashfs.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/squashfs.sh	2007-08-04 15:34:54 UTC (rev 2678)
+++ dists/trunk/live-helper/examples/hooks/squashfs.sh	2007-08-04 15:36:53 UTC (rev 2679)
@@ -2,6 +2,9 @@
 
 # This is a hook for live-helper(7) to install squashfs drivers
 # To enable it, copy this hook into your config/chroot_local-hooks directory.
+#
+# Note: You only want to use this hook if there is no prebuild
+# squashfs-modules-* package available for your kernel flavour.
 
 # Building kernel module
 which module-assistant || apt-get install --yes module-assistant

Modified: dists/trunk/live-helper/examples/hooks/unionfs.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/unionfs.sh	2007-08-04 15:34:54 UTC (rev 2678)
+++ dists/trunk/live-helper/examples/hooks/unionfs.sh	2007-08-04 15:36:53 UTC (rev 2679)
@@ -2,6 +2,9 @@
 
 # This is a hook for live-helper(7) to install unionfs drivers
 # To enable it, copy this hook into your config/chroot_local-hooks directory.
+#
+# Note: You only want to use this hook if there is no prebuild unionfs-modules-*
+# package available for your kernel flavour.
 
 # Building kernel module
 which module-assistant || apt-get install --yes module-assistant




More information about the debian-live-changes mailing list