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

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Aug 4 15:34:55 UTC 2007


Author: daniel
Date: 2007-08-04 15:34:54 +0000 (Sat, 04 Aug 2007)
New Revision: 2678

Added:
   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:


Added: dists/trunk/live-helper/examples/hooks/aufs.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/aufs.sh	                        (rev 0)
+++ dists/trunk/live-helper/examples/hooks/aufs.sh	2007-08-04 15:34:54 UTC (rev 2678)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# 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.
+
+# Building kernel module
+which module-assistant || apt-get install --yes module-assistant
+module-assistant update
+module-assistant --non-inter --quiet auto-install aufs
+module-assistant clean aufs


Property changes on: dists/trunk/live-helper/examples/hooks/aufs.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: dists/trunk/live-helper/examples/hooks/squashfs.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/squashfs.sh	                        (rev 0)
+++ dists/trunk/live-helper/examples/hooks/squashfs.sh	2007-08-04 15:34:54 UTC (rev 2678)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# 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.
+
+# Building kernel module
+which module-assistant || apt-get install --yes module-assistant
+module-assistant update
+module-assistant --non-inter --quiet auto-install squashfs
+module-assistant clean squashfs


Property changes on: dists/trunk/live-helper/examples/hooks/squashfs.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: dists/trunk/live-helper/examples/hooks/unionfs.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/unionfs.sh	                        (rev 0)
+++ dists/trunk/live-helper/examples/hooks/unionfs.sh	2007-08-04 15:34:54 UTC (rev 2678)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# 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.
+
+# Building kernel module
+which module-assistant || apt-get install --yes module-assistant
+module-assistant update
+module-assistant --non-inter --quiet auto-install unionfs
+module-assistant clean unionfs


Property changes on: dists/trunk/live-helper/examples/hooks/unionfs.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the debian-live-changes mailing list