[SCM] Debian Live build scripts branch, master, updated. 1.0.1-3-9-ge8f592c

Daniel Baumann daniel at debian.org
Tue Dec 2 16:47:54 UTC 2008


The following commit has been merged in the master branch:
commit 6c907d2003038a279dc5bdb215393d989a524b7f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Dec 2 17:42:03 2008 +0100

    Mention possibility to symlink example hooks in their descriptions.

diff --git a/examples/hooks/aufs.sh b/examples/hooks/aufs.sh
index f0b02c6..c5d2b9f 100755
--- a/examples/hooks/aufs.sh
+++ b/examples/hooks/aufs.sh
@@ -1,7 +1,8 @@
 #!/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.
+# To enable it, copy or symlink 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.
diff --git a/examples/hooks/beryl.sh b/examples/hooks/beryl.sh
index e201d81..ad4cb81 100755
--- a/examples/hooks/beryl.sh
+++ b/examples/hooks/beryl.sh
@@ -3,9 +3,11 @@
 # 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_local-hooks directory.
-# for forcing aiglx activation type at boot prompt "live forceaiglx"
-# for forcing aiglx deactivation type "live noaiglx"
+# To enable it, copy or symlink 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".
 
 # Importing archive signing key
 wget -O - http://debian.beryl-project.org/root@lupine.me.uk.gpg | apt-key add -
diff --git a/examples/hooks/ipw2100.sh b/examples/hooks/ipw2100.sh
index f2e296d..bff50e7 100755
--- a/examples/hooks/ipw2100.sh
+++ b/examples/hooks/ipw2100.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install ipw2100 drivers
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the contrib category. Make sure you enabled
 # it in your configuration.
diff --git a/examples/hooks/ipw2200.sh b/examples/hooks/ipw2200.sh
index 4b2ed5f..5304b6b 100755
--- a/examples/hooks/ipw2200.sh
+++ b/examples/hooks/ipw2200.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install ipw2200 drivers
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the contrib category. Make sure you enabled
 # it in your configuration.
diff --git a/examples/hooks/ipw3945.sh b/examples/hooks/ipw3945.sh
index 5a3eddc..96c2823 100755
--- a/examples/hooks/ipw3945.sh
+++ b/examples/hooks/ipw3945.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install ipw3945 drivers
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the contrib and non-free category. Make
 # sure you enabled it in your configuration.
diff --git a/examples/hooks/live-helper.sh b/examples/hooks/live-helper.sh
index c161c63..c1823b3 100755
--- a/examples/hooks/live-helper.sh
+++ b/examples/hooks/live-helper.sh
@@ -2,7 +2,8 @@
 
 # This is a hook for live-helper(7) to install live-helper and its config into
 # the binary image.
-# To enable it, copy this hook into your config/binary_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 
 DIRECTORY="binary/tools/live"
 
diff --git a/examples/hooks/madwifi.sh b/examples/hooks/madwifi.sh
index cabc7cb..7b00530 100755
--- a/examples/hooks/madwifi.sh
+++ b/examples/hooks/madwifi.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install madwifi drivers
-# To enable it, copy this hook into your config/chroot_localhooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the contrib category. Make sure you enabled
 # it in your configuration.
diff --git a/examples/hooks/nvidia-legacy.sh b/examples/hooks/nvidia-legacy.sh
index 89f502b..b7d3389 100755
--- a/examples/hooks/nvidia-legacy.sh
+++ b/examples/hooks/nvidia-legacy.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install nvidia-kernel-legacy drivers
-# To enable it, copy this hook into your config/chroot_localhooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the non-free category. Make sure you
 # enabled it in your configuration.
diff --git a/examples/hooks/rt2570.sh b/examples/hooks/rt2570.sh
index 90c3118..9be3ae4 100755
--- a/examples/hooks/rt2570.sh
+++ b/examples/hooks/rt2570.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install ralink rt2570 drivers
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 
 which module-assistant || apt-get install --yes module-assistant
 module-assistant update
diff --git a/examples/hooks/rt2x00.sh b/examples/hooks/rt2x00.sh
index 65f2ef6..ab99f7d 100755
--- a/examples/hooks/rt2x00.sh
+++ b/examples/hooks/rt2x00.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install ralink rt2x00 drivers
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # FIXME: it runs in interactive mode
 
diff --git a/examples/hooks/squashfs.sh b/examples/hooks/squashfs.sh
index f258f88..29eea0c 100755
--- a/examples/hooks/squashfs.sh
+++ b/examples/hooks/squashfs.sh
@@ -1,7 +1,8 @@
 #!/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.
+# To enable it, copy or symlink 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.
diff --git a/examples/hooks/sun-java5.sh b/examples/hooks/sun-java5.sh
index 049c6c4..e38ebaa 100755
--- a/examples/hooks/sun-java5.sh
+++ b/examples/hooks/sun-java5.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install sun-java.
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the non-free category. Make sure you
 # enabled it in your configuration.
diff --git a/examples/hooks/sun-java6.sh b/examples/hooks/sun-java6.sh
index 01b5ac4..71d5974 100755
--- a/examples/hooks/sun-java6.sh
+++ b/examples/hooks/sun-java6.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install sun-java.
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: This hook requires packages from the non-free category. Make sure you
 # enabled it in your configuration.
diff --git a/examples/hooks/unionfs.sh b/examples/hooks/unionfs.sh
index 2cf47b3..c1d85b4 100755
--- a/examples/hooks/unionfs.sh
+++ b/examples/hooks/unionfs.sh
@@ -1,7 +1,8 @@
 #!/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.
+# To enable it, copy or symlink 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.
diff --git a/examples/hooks/update-initramfs.sh b/examples/hooks/update-initramfs.sh
index a10c3ce..69d3263 100755
--- a/examples/hooks/update-initramfs.sh
+++ b/examples/hooks/update-initramfs.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to rebuild the initramfs image.
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 #
 # Note: You only want to use this hook if you have modified any initramfs-script
 # during the build and need to refresh the initrd.img for that purpose.
diff --git a/examples/hooks/virtualbox-ose.sh b/examples/hooks/virtualbox-ose.sh
index c228b6f..bcf7289 100755
--- a/examples/hooks/virtualbox-ose.sh
+++ b/examples/hooks/virtualbox-ose.sh
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to enable virtualbox-ose module.
-# To enable it, copy this hook into your config/chroot_local-hooks directory.
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
 
 # Enabling loading of vboxdrv
 sed -i -e 's|^LOAD_VBOXDRV_MODULE=.*$|LOAD_VBOXDRV_MODULE=1|' /etc/default/virtualbox-ose

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list